@charset "UTF-8";

/* **************************************************
reset
***************************************************/
* {
margin:0;
padding:0;
}

body {
width:100%;
min-width:1310px;
height:100%;
line-height:1.8;
color:#040B1B;
/*font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;*/
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,osaka,'ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
background:#FFF;
}

html{
	font-size:12px;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,form,fieldset {
margin:0;
padding:0;
}

ul {
list-style:none;
}

ol {
	list-style-position:inside;
}

img {
border:0;
vertical-align:top;
}

td img {
vertical-align:baseline;
}

table {
border-collapse:collapse;
border-spacing:0;
}

select, input, textarea, button { 
vertical-align:middle; 
font-family:'メイリオ',Meiryo,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
position:relative;
margin:0 0px 2px 0;
*margin-right:0px;
top:-1px;
}

a {
	color:#0060AB;
	text-decoration:underline;
}

a:hover{
	color:#BE8704;
	text-decoration:underline;
}

/* **************************************************
clear
***************************************************/
.clr {
margin:0;
padding:0;
clear:both;
}

/* **************************************************
font size switcher
***************************************************/
@media screen{

/* クリック後の文字サイズ */
body.fontL{
	font-size:120%;
}
body.fontM{
	font-size:100%;
}

/* ボタン表示エリア */
#size_box{
	width:118px;
	margin:7px 0 0;
	text-align:right;
	background:url(/img/header/subtit_size.gif) no-repeat 0 0;
}

/* 文字サイズ変更ボタン */
#size_box dd{
	margin:0;
	float:right;
}
#size_box ul{
	display:inline;
}
#size_box li{
	text-align:center;
}

/* 大中小の文字 */
li#medium{
	font-size:100%;
}
li#large{
	font-size:120%;
}
li#medium, li#large{
	display:inline;
	padding:2px 5px 2px 4px;
	margin:0 0 0 4px;
	cursor:pointer;
	color:#FFF;
	background:url(/img/header/fbtn_back.gif) no-repeat 0 0;
	font-size:11px;
}
li#medium:hover,
li#large:hover{
	color:#FFF;
	background:url(/img/header/fbtn_back_on.gif) no-repeat 0 0;
}
}