@charset "utf-8";
/* CSS Document */


/*　大枠設定:
------------------------------------*/

#left_col {
	float: left;
	width: 700px;
	margin:15px 20px 15px 0;
}

#right_col {
	float: right;
	width: 260px;
	margin:15px 0px;
}


/*　メインビジュアル:
------------------------------------*/

#main_visual {
	margin-bottom:20px;
}

/*　パンくずリスト:
------------------------------------*/

#panav {
	clear: both;
	font-size: 75%;
	padding: 7px 15px 5px;
	border:solid 5px #dbdfe6;
}

#panav li {
	display: inline;
	margin-right: 6px;
}

#panav li a,
#panav li em {
	margin-right: 10px;
}
#panav li a:hover {
	text-decoration:none;
}


#panav li em {font-weight: bold;}



/*　カテゴリー:
------------------------------------*/

/*-- タイトル --*/

h1 {
	font-size: 130%;
	color:#102d57;
	line-height: 1.4em;
	background: url(../img/common/ribon.gif) no-repeat 5px 0.4em;
	padding: 10px 0px 6px 33px;
	border-top:solid 1px #102d57;
	border-bottom:solid 3px #102d57;
	margin-bottom:20px;		
}


/*1カラム*/

#clm1 h1 {
	margin-top: 15px;
}


h2 {
	background: url(../img/common/h2_2.gif) repeat-x bottom;
	position: relative;
	font-size: 110%;
	padding: 0px 10px 0px 0px;
	color: #102d57;
	margin: 0 0 15px;
}

*+html h2 {display: inline-block;}
* html h2 {display: inline-block;}

h2:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

h2 span {
	background: url(../img/common/h2_1.gif) repeat-x bottom;
	padding: 0px 10px 5px 35px;
	float:left ;
}

h2 img {
	position: absolute;
	top: 7px;
	left: 10px;
}

h2 img.icon {
	position: static;
}

h3 {
	font-size: 105%;
	color:#102d57;
	line-height: 1.3em;
	background: url(../img/common/maru.gif) no-repeat 2px 0.5em;
	padding: 4px 0px 2px 20px;
	margin:0 10px 10px 0px;
}

h3.title04,
h4 {
	font-size: 95%;
	color:#444;
	line-height: 1.3em;
	margin:0 10px 10px 10px;
}

h4.title05,
h5 {
	font-size: 90%;
	color:#444;
	line-height: 1.3em;
	margin:10px 10px 10px 10px;
	font-weight:bold;
}

h6 {
	font-size: 90%;
	color:#444;
	line-height: 1.3em;
	margin:10px 10px 10px 10px;
	font-weight:normal;
}






#left_col .col_left {
	float:left;
	width: 340px;
	margin-right:10px;
}


#left_col .col_right {
	float:right;
	width: 340px;
}













