@charset "Shift_JIS";
/* CSS Document */

/* =基本設定
--------------------------------------------------------------------*/
div,p,input,select,textarea,form,ul,ol,li,dl,dt,dd,td {
	line-height:140%;
}

p,div,h1,h2,h3,h4,h5,h6 {
	line-height:140%;
	margin:0px;
	padding:0px;
}

img { border: none; vertical-align: bottom; }

a{ color: #0066CC; }
a:link { text-decoration:underline; }
a:visited { color: #003399; text-decoration:underline; }
a:hover { color: #fb5f14; text-decoration:underline; }
a:active {text-decoration:underline;}


/* =Body bg
--------------------------------------------------------------------*/
#container { width: 820px; display:block; margin: 0px auto; background: #FAF8F3 url(/pro/common/image/bg_content.gif) top left repeat-y; position: relative;}
#inner { width: 800px; margin: 0px 10px; text-align: left; }


/* =Common -->Icon
--------------------------------------------------------------------*/
/* -- round icon -- */ 
.roundIcon_kaigai_l {
	margin: 8px 8px;	
	padding: 0px;
	list-style-type: none;
}
	.roundIcon_kaigai_l li {
		margin: 30px 20px;
		padding-left: 18px;
		background: url(/pro/common/image/icon_round.gif) no-repeat 0px 1px;
	}

	.roundIcon_kaigai_l td {
		border: 1px #bbbbbb solid;
		padding: 5px 10px 5px 5px;
		font-size: 13px;
	}

.roundIcon_kaigai2 {
	margin: 8px 8px;	
	padding: 0px;
	list-style-type: none;
}
	.roundIcon_kaigai2 li {
		margin: 5px 0px;
		padding-left: 18px;
		background: url(/pro/common/image/icon_round.gif) no-repeat 0px 1px;
	}

/* -- triangle icon -- */ 
.triangleIcon {
	float: right;
	margin: 4px 8px;
	padding-left: 12px;
	text-align: right;
	background: url(/pro/common/image/icon_arrow.gif) no-repeat 0px 2px;
}

/* -- pagetop icon -- */ 
.pagetopIcon {
	float: right;
	margin-top: 10px;
	padding-left: 12px;
	text-align: right;
	background: url(/pro/common/image/icon_pagetop.gif) no-repeat 0px 3px;
}



/* =Header
--------------------------------------------------------------------*/
#header {
	position: relative;
	width: 800px;
	height: 80px;
	background: #FFF url(/pro/common/image/hdr_bg.gif) top left repeat-x;
}
h1.title_org {
	position: absolute;
	width: 313px;
	height: 34px;
	top: 24px;
	left: 125px;
	font-size: 100%;
}
.subtitle_org {
	position: absolute;
	width: 50px;
	height: 40px;
	top: 28px;
	left: 20px;
}
.title {
	position: absolute;
	width: 313px;
	height: 34px;
	top: 6px;
	left: 130px;
	font-size: 100%;
}
.subtitle {
	position: absolute;
	width: 50px;
	height: 40px;
	top: 10px;
	left: 0px;
}
.title_comment {
	position: absolute;
	width: 380px;
	height: 40px;
	top: 18px;
	left: 540px;
	font-size: 11px;
}
#selectMenu {
	position: absolute;
	display: inline;
	top: 37px;
	right: 12px;
}


/* =gNavi
--------------------------------------------------------------------*/
/* メインメニュー */
#menu_kaigai ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	width: 980px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}

/* サブメニュー1段目 */
#menu_kaigai ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width: 155px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}

/* サブメニュー2段目以降 */
#menu_kaigai ul ul ul {
	top:0;
	left:100%;
	width: 155px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}

/* リスト */
#menu_kaigai li {
	float:left;

	width: 145px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}

#menu_kaigai li li {
	clear:both;

	padding: 5px 10px 5px 10px ;

	width: 155px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}


#menu_kaigai li li li {
	clear:both;

	width: 155px;
	height: 36px;
	color: white ;
	background: url(/image/toppage/gnavi_bottom.gif) repeat-x bottom #000000;
	z-index: 1;
}

#menu_kaigai li:hover {
	position:relative;
}

#menu_kaigai li:hover > ul {
	display: block;
}

#menu_kaigai a {
	color: white ;
	font-size: 13px ;
}



/* =Clearfix
--------------------------------------------------------------------*/
.clearfix { clear: both; }
div:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
		min-height:1%;/* IE7 */  
}
div { zoom: 100%; }
