/* tag */
body{ background-color: #D6EEFB;
}

*{
margin:0px;
padding:0px;
line-height:165%;
}

.left{
float:left;
}

.right{
float:right;
}

.mb5{
margin-bottom:5px;
}

.mb10{
margin-bottom:10px;
}

.mb15{
margin-bottom:15px;
}

.mb20{
margin-bottom:20px;
}

.mb30{
margin-bottom:30px;
}

.fs10{
font-size:10px;
}

.fs12{
font-size:12px;
}

.fs14{
font-size:14px;
}

.fs16{
font-size:16px;
}

.fs18{
font-size:18px;
}

.fs20{
font-size:20px;
}

.fs30{
font-size:30px;
}

.fc_orenge{
color:#FF6600;
}

.fc_blue{
color:#1B3465;
}

.fc_blue01{
color:#33B3D1;
}

.fc_red{
color:#FF3300;
}

.bold{
font-weight:bold;
}

/* 各種タイトル
---------------------------------------*/

h2.midashi{
    background:url("../img/h2_bg.jpg");
    width: 530px;
    height: 68px;
	margin-bottom:20px;
	font-size:34px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	padding-left:30px;
	padding-top:12px;
}

.black{
    width: 545px;
    height: 27px;
    background:url("../img/bg_black01.jpg");
    padding:3px 0 0 15px;
    background-repeat:no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.black02_sec{
}

.black02{
    width: 240px;
    height: 27px;
    background:url("../img/bg_black02.jpg");
    padding:3px 15px 0 15px;
    background-repeat:no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
	position:relative;
	left:0;
	top:0;
}

.black02 span {
    width: 50px;
    height: 18px;
	position:absolute;
left:205px;
	top:6px;
}

.black02 span img {
display:block;
}

.top_box01{
width:270px;
margin-bottom:20px;
}

.top_box01_body{
width:238px;
padding:10px 15px;
background-color:#fff;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}


/* 各種notice
---------------------------------------*/
.noticeLink,
.noticeLink li,
.noticeAttention,
.noticeAttention li,
.noticeCaution,
.noticeCaution li{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.1em;
	text-align:justify;
	text-justify:distribute;
}
.noticeLink{
    margin:2px 5px 10px;
}
.noticeLink li,
.noticeLink dd{
    background:url("../img/side_arrow.jpg");
    padding-left:17px;
    background-repeat:no-repeat;
    background-position:0% 3px;
}
.noticeAttentionc{
    margin:0 5px 10px;
}
.noticeAttention li,
.noticeAttention dd{
    display:block;
    background:url("../img/icon_kome_b.jpg");
    background-repeat:no-repeat;
    background-position:0% 3px;
    font-size:90%;
    padding-left:12px;
}
.noticeCaution{
    margin:0 5px 10px;
}
.noticeCaution li,
.noticeCaution dd{
    background:url("../img/icon_kome_r.jpg");
    background-repeat:no-repeat;
    background-position:0% 3px;
    color:#FF3300;
    font-size:90%;
    padding-left:12px;
    margin-bottom:5px;
}


/*各種box
**************************************/

.light_blue_box{
width:518px;
border:1px solid #ccc;
background-color:#EDF4FA;
padding:20px;
}

.white_box{
width:518px;
border:1px solid #ccc;
background-color:#fff;
padding:20px;
}


/*各種arrow関連
**************************************/
.orangeArrow{
}
.orangeArrow li{
    background:url("../img/orange_arrow.jpg");
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:left center;
}

/*arrow
**************************************/

img{
border:none;
}
/* common css */
#contents{
    width:760px;
    margin:0px auto;
	background-color:#F6F6F6;
	padding:20px;
}
#contentsbg{
    width:804px;
    background-image:url(../img/bg_topcontents.jpg);
    background-repeat:no-repeat;
}
/* header */

h1{
    padding-right:10px;
    font-size:10px;
    font-weight:normal;
    text-align:right;
}

#header{
    width:100%;
    background-color: #F6F6F6;
}
#header #wrap{
    width:800px;
    height:120px;
    margin:0px auto;
    position:relative;
    left:0px;
    top:0px;
}
#header #wrap #logo{
    position: absolute;
    top: 20px;
    left: 13px;
    width:117px;
    height:79px;
}
#header #wrap #logo img{
    display:block;
}
#header #wrap #logo02{
    position: absolute;
    top: 42px;
    left: 140px;
    width:312px;
    height:47px;
}
#header #wrap #logo02 img{
    display:block;
}
#header #wrap #tel{
    position: absolute;
    top: 32px;
    left: 470px;
    width:305px;
    height:71px;
}
#header #wrap #tel img{
    display:block;
}

/* �t���[�_�C�����E�c�Ǝ��� */
#submenutop{
width:233px;
height:43px;
margin-top:36px;
margin-left:auto;
margin-right:20px;
list-style:none;
}
#submenutop li{
display:block;
}
#submenutop li img{
display:block;
vertical-align:middle; 
}
#businesstime{
width:162px;
margin-top:5px;
margin-left:auto;
margin-right:0px;
}

/* ���R���e���c */
#contentsleft{
    width:180px;
    float:left;
    font-size:0;
    position: relative;
}
#fukidashi{
    position: absolute;
    top: 0;
    left: -205px;
}

/* �E�R���e���c */
#contentsright{
    width:560px;
    float:right;
}
#pankuzu{
    background-color: #EEEEEE;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 5px 10px;
}

/* header内グルーバルメニュー
************************************/
div#headerGmArea{
    width: 100%;
    background-image: url(../img/gm_bg.jpg);
    background-repeat: repeat-x;
    height:40px;
}
div#headerGmArea ul#headerGm {
    width: 800px;
    margin: 0 auto;
    height:40px;
}

div#headerGmArea ul#headerGm li{
    float:left;
    height:40px;
    line-height: 0;
}

ul#headerGm li a{
        display: block;
}
ul#headerGm li a img{
    display: block;
}
/*ul#headerGm li a:hover img{
    opacity:1;
    filter: alpha(opacity=100);
}*/




/* localmenuグルーバルメニュー
************************************/
#globalmenu{
width:180px;
margin-bottom:20px;
}
#globalmenu li{
display:block;
width:180px;
margin-left:auto;
margin-right:auto;
}
#globalmenulist01{
height:170px;
margin-bottom:7px;
}
#globalmenulist02{
height:50px;
margin-bottom:7px;
}
#globalmenulist03{
height:50px;
margin-bottom:7px;
}
#globalmenulist04{
height:60px;
margin-bottom:7px;
}
.globalmenulist05{
height:50px;
margin-bottom:7px;
}
#globalmenulist06{
height:60px;
margin-bottom:7px;
}
#globalmenu li a{
display:block;
width:180px;
vertical-align:middle;
}
#globalmenu li img{
display:block;
vertical-align:middle; 
}
/* �O���[�o�����j���[���̃{�b�N�X */

div.leftmenu_box{
width:150px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#fff;
padding:10px 14px;
}

ul.leftmenu li{
display:block;
padding-left:16px;
background-image:url(../img/icon_global_box_list01.jpg);
background-repeat:no-repeat;
background-position:5px 6px;
}

.globalbox_body02{
width:166px;
padding:13px 7px 5px;
background-image:url(../img/bg_golobal_box_body.jpg);
background-repeat:repeat-y;
}
.globalbox_body02 ul{
list-style:none;
}
.globalbox_body02 ul li{
width:150px;
padding-left:16px;
line-height:140%;
font-size:12px;
background-image:url(../img/icon_global_box_list01.jpg);
background-repeat:no-repeat;
background-position:5px 6px;
}
.globalbox_body02 ul li a{
color:#CC6600;
}
.globalbox_body02 ul li a:link{
color:#CC6600;
}
.globalbox_body02 ul li a:visited{
color:#CC6600;
}
.globalbox_body02 ul li a:active{
color:#993300;
}
.globalbox_body02 ul li a:hover{
color:#993300;
}

.mob{
width:99px;
height:99px;
margin:0 auto;
}
/* �t�b�^�[ */
#footer{
background-color:#333333;
width:100%;
}

.footer_colmun{
width:764px;
padding:20px 15px;
margin:0 auto;
color:#FFFFFF;
}

.footer_colmun a{
color:#FFFFFF;
}

#footer p{
margin-bottom:10px;
}
#footer address{
text-align:right;
}

div.link_text{
border:1px solid #999;
background-color:#efefef;
}
p.link_text{
padding:10px;
line-height:130%;
}

