@charset "UTF-8";
/*
----------------------------------------------------
KIKUCHISOGO.COM V2
base.css

author: yamamori
updated:2009,1,30
updated:2019,2,21
---------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,ul,li{
font-size: 88%;
voice-family: "\"}\"";
voice-family:inherit;
font-size: 98%;
}
html>body{
font-size: 88%;
}

head:first-child+body{
font-size: 98%;
}

*:first-child+html body{
font-size: 98%;
}

a:link {  
color: #0099FF;
background-color: transparent;
text-decoration:underline;
}
a:visited {  
color: #0099FF;
background-color: transparent;
text-decoration:none;
}
div#content a:hover,div#content a:active{
color:#FF752B; 
text-decoration:underline;
}
* {
margin:0;
padding:0;
}
ul{
list-style:none;
line-height: 1.0;
overflow:hidden;
}
hr{
display:none;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img,img{
vertical-align:bottom;
border:none;
}
h1 img a,h2 img a,h3 img a,h4 img a,h5 img a,h6 img a,img a{
text-decoration:none;
}
strong{
	font-weight: normal;
}

body{
color:#6f6f6f;
font-family: "ヒラギノ角ゴ Pro W3","?? ?ゴシ?","Osaka", Helvetica,Arial,san-serif;
line-height:1.75;
text-align:center;
background: #5c848b url(../images/bg_body.gif) repeat;
}
	div#container {
	width:819px;
	margin:0 auto 40px;
	text-align:left;
	background: url(../images/bg_footer.gif) left bottom no-repeat;
	}
		div#header {
		width:819px;
		height:125px;
		background:#ffffff url(../images/bg_header.gif) no-repeat top left;
		}
		div#gnavi{
		clear:both;
		width:799px;
		height:66px;
		padding: 0 10px 1px;
		background: #ffffff;
		}
		div#cover{
		clear:both;
		width:799px;
		padding:0 10px 1px;
		background: #ffffff;
	}
	
/*clearfix?
-------------------------------------*/
/* for[MOUS] */
.clearfix:after{
clear:both;
content :".";
display:block;
height:0;
visibility:hidden;
}
/* for_IE7_and_Mac-IE5 */
.clearfix{display:inline-block;}
/* hide from Mac-IE and apply to Win-IE(before_6.0) \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*END hide from Mac-ie and apply toWin-IE(before_6.0) */

div#content{
padding:0px 20px 0px 30px;
_padding:0px 0px 0px 30px;
width:769px;
_width:789px;
background: #fff url(../images/cover_sdw.jpg) no-repeat 10px 0px;
}

	div#content div#main{
	float:left;
	width:550px;
	margin:0 20px 20px 0;
	padding:19px 0 1em;
	border-bottom:1px dotted #b6cccf;
	background: #ffffff;
	font-family: "ヒラギノ?? Pro W3","?? ?明朝", "細明朝?",Georgia,"Times New Roman",serif;
}

	div#content div#sidebar{
	width:199px;
	float: left;

	padding-bottom:9px;
}


div#footer{
clear:both;
width:819px;
height: 102px;
}

/*Page-Column-detail-title-font-size*/
#Page-Column div#content div#main h4#title{
/*??????*/
font-size:2.0;
/*??????*/
line-height:1.2;
}
#Page-Column div#content div#main h4#title span#subtitle{
/*??????*/
font-size:medium;
/*??????*/
}
#Page-Column div#content div#main p#annotation{
/*??????*/
font-size:small;
/*??????*/
line-height:1.35;
}