/* 共通のスタイル */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 









body {
	background: #fff url("../imgs/design/bg.jpg") repeat;

	font-family: 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;

}

#spNav{
	display: none;
}

#sp_top{
	display: none;
}

.list3{
	display: none;
}


.container {
	width: 740px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}

.container{

}

hr {
	display: none;
}

h1 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}


h2 {    
	padding:0px;
}

h3 {
	color: #026d28;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #669966;
 
 
}


h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom:0px;
	color: #026d28;
}

#header {
	padding-top: 0px;
}
#header p {
	color: #999;
	font-size: 1.2em;
	margin: 0;
}

#contents {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

/* top */
#top {
	padding: 0px 0px 0px 0px;
}

/* box */




.box {
	padding: 10px;
	
	/*border: 1px solid #d9d9d9;*/
	margin-top:10px;	
	margin-bottom:50px;
	background:#fff;
	/*background-image: url(../imgs/design/box_bg.jpg);
	background-repeat: repeat;*/

}

.box:first-child {
	
}

.box p {
	
}

/* box内レイアウト */
/* 本文 */
.box_honbun {
	width:484px;
	float:left; 
	border-right: 3px solid #eee;
	font-size:120%;
	padding-left:30px;
	padding-right:30px;
}


.box_kaisetu {
	width:150px;
	float:right;
	line-height:1.4em;
	font-size:13px;
	padding-right:10px;
}

/* 用語*/ 


.box_kaisetu {
	font-family: 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;

}

.box_kaisetu dt {
	background: #93734f;
	padding:3px;
	color:#fff;
	font-weight: bold;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
behavior: url(border-radius.htc);	

	background-image: url(../imgs/design/yougo_bg.png);
	background-repeat: repeat;

}


.box_kaisetu dd {
 margin-top:5px;
 margin-left:0px;
 margin-bottom:20px;

}



/* コラム　*/
.column {
	padding: 20px 10px 20px 10px;
	background:#fff;

	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.6em;
	width:96%;

	background-image: url(../imgs/design/column_bg.jpg);
	background-repeat: repeat;

}

.column p {
	margin-bottom:5px;
}


.column_txt {
	float: right;
	width: 260px;

}


.column_txt p {
	font-size:12px;
}

.column_img {
	 float:left;
}

.column_img p {
	font-size:12px;
	line-height:1.0em;
	width:180px;

	padding:0px 0px 5px 0px;

	font-weight: bold;
}

.column_img img {
	width:180px;
	margin-bottom:5px;


}




.box_img {
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight: bold;
}

/*.box_img img {
	border: 2px solid #026d28;
	background: #fff;
}*/

.box_img p {
	font-size: 14px;	
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align:center;
	line-height:1.2em;	


}




/* ナビゲーション */

#pageNav {
	list-style: none;
	margin: 0;
	font-size:14px;
	margin-left:10px;
	width:200px;
	/*background-image: url(../imgs/design/box_bg.jpg);
	background-repeat: repeat;*/
	background:#fff;
}

#pageNav li {
	margin: 0 0 0 0;
	border-bottom: 1px dotted #666;
}


#pageNav li:last-child {
	margin: 0 0 0 0;
	border-bottom: 1px solid #666;
}

#pageNav li a {
	display: block;
	padding: 0 0 0 7px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#pageNav li.spnav_state_current {

	background-image: url(../imgs/design/nav_bg.png);
	background-repeat: repeat;

}

#pageNav li.spnav_state_current a {
	color: #fff;

}

#pageNav li.spnav_state_up {

}

#pageNav li.spnav_state_down {

}

#pageNav li.spnav_state_hover {

	background: #ffdf00;
	background-image: url(../imgs/design/nav_bg2.png);
	background-repeat: repeat;	
}

#pageNav li.spnav_state_hover a {
	color: #000;
}




.copy {
	padding-top:10px;
	font-size: 8px;
	line-height:1.0em;
	text-align:center;
}

#header {
	position:fixed;
	top:10px;
	left:10px;
}




/*pc*/
#pc_top {
position:fixed;
top:10px;
left:10px;
margin:0px;
}


#pc_top img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
behavior: url(border-radius.htc);
}



.mg_b {
	margin-bottom: 100px;

}


em {
	font-style: normal;
	font-weight: bold;
	font-size:20px;
}





#tooltip{text-align: left;	color: #fff;	background: #111;	position: absolute;	z-index: 100;	padding: 15px;}
#tooltip:after /* triangle decoration */{		width: 0;		height: 0;		border-left: 10px solid transparent;		border-right: 10px solid transparent;		border-top: 10px solid #111;		content: '';		position: absolute;		left: 50%;		bottom: -10px;		margin-left: -10px;	}
#tooltip.top:after	{ border-top-color: transparent; border-bottom: 10px solid #111;  top: -20px; bottom: auto; }
#tooltip.left:after	{left: 10px; margin: 0;	}
#tooltip.right:after{right: 10px; left: auto; margin: 0;}


sup {
	font-size:12px;
	color:#000;
	font-weight: normal;
}
