@charset "shift-jis";


/* SEO用h1タグ */

h1{
	font-size:12px;
	color:#333;
	text-align:right;
	margin:0px;
	padding:4px 5px;
	font-weight:normal;
}
body:first-of-type h1{/* safari用*/
	font-size:11px;
}

/* h1タグにリンクを入れる場合 */
#header h1 a:link,#header h1 a:visited{
	font-size:11px;
	text-align:right;
	color:#333;
}
#header h1 a:hover{
	color:#d2222a;
	text-decoration:none;
	font-size:11px;
}
body:first-of-type #header h1 a:link,#header h1 a:visited{/* safari用 */
	font-size:9px;
	text-align:right;
	color:#333;
}
body:first-of-type #header h1 a:hover{/* safari用 */
	color:#d2222a;
	text-decoration:none;
	font-size:9px;
}


/* リンクカラー */
a:link{
	color:#5148D0;
	font-weight:normal;
	text-decoration:none;
}
a:visited{
	color:#5148D0;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:orange;
	font-weight:normal;
	text-decoration:underline;
}




/*================================================*/
/*　2段目ページ用ヘッダー　*/
/*================================================*/
#second_head{
	width:900px;
	background:#fff;
}
#second_head #left{
	width:270px;
	float:left;
	margin-top:0;
}
#second_head #left img#logo{
	float:left;
	margin-right:10px;
}
#second_head #left #zoom{
	width:140px;
	float:right;
	margin-top:10px;
	font-size:13px;
}
#second_head #rgt{
	text-align:left;
	float:right;
	width:600px;
}
#second_head #linkRGT{
	width:250px;
	float:right;
	text-align:left;
	font-size:12px;
}
#second_head #linkRGT img{
	margin-left:20px;
}

/* search */
#search{
	float:right;
	text-align:right;
	font-size:12px;
	margin-right:15px;
}
body:first-of-type #search .font{
	font-size:10px;
}




/*===============================================*/
/*　2段目ページ用グローバルナビ　*/
/*===============================================*/

#second_navi{
	white-space:nowrap;
	position:relative;
	width:100%;
	height:25px;
	clear:both;
	background:url(../common_img/header/navi2_off.gif) repeat-x;
	text-align:center;
}
#second_navi ul{
	width:100%;
	display:inline;
}
#second_navi li{
	float:left;
	width:120px;
	height:25px;
	list-style-type:none;
	border-right:solid 1px #ccc;
}
#second_navi li a:link,#second_navi li a:visited{
	color:#333;
	float:left;
	text-decoration:none;
	background: url(../common_img/header/navi2_off.gif) repeat-x;
	border-right:solid 1px #ccc;
	width:120px;
	height:22px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
	display:block;
}
/*#second_navi li a:visited{
	color:#333;
	float:left;
	text-decoration:none;
	background: url(../common_img/header/navi2_off.gif) repeat-x #fff;
	border-right:solid 1px #ccc;
	height:16px;
	font-weight:bold;
	font-size:13px;
	padding:3px 40px 4px 40px;
	display:block;
}*/

/*html:not(:only-child:only-child) #second_navi li a:link,#second_navi li a:visited{ /* for safari*/
/*	padding-bottom:4px;
	padding-top:3px;
}*/
/*   html>/**/ /*body #second_navi li#end{
	margin-top /*\**/   /*:-24px\9
}*/
#second_navi li a:hover{
	background: url(../common_img/header/navi2_on.gif) repeat-x;
	text-decoration:none;
	color:#333;
	height:22px;
}

