@charset "utf-8";
/* CSS Document */

/* 共通設定 */
* {
margin:0px;
padding:0px;
list-style:none;
}

img {
border:none;
}

/* body,link */
body {
color:#423439;
font-size:14px;
line-height:18px;
background-color:#FFF;
font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho","Hiragino Mincho Pro", serif;
}

a:link {
color:#423439;
text-decoration:none;
}

a:visited {
color:#423439;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#423439;
}

a:active {
text-decoration:none;
}

/* 共通レイアウト */
#wrapper {
width:1000px;
height:auto;
background:#ffffff;
margin:0 auto;
}


#header {
width:1000px;
height:290px;
margin-top:1em;
}

	.header_under {
		padding-top:1.5em;
		}
	

/* ヘッダー共通 */

	.logo {
			float:left;
			padding:0em 0 1em 0.5em;
			margin-top:1.5em;
			}
			
	.logo_txt {
		float:left;
		padding-left:1em;
		margin-top:2em;
		}
		
	.header_info {
		float:right;
		padding:1em 2em 0 0;
		}

	.global_menu  {
		background:url(../../new/common/imges/global_bar.gif) top left no-repeat;
		width:999px;
		height:54px;
		line-height:45px;
		}

	.global_menu ul li {
		float:left;
		text-indent:2em;
		}

	.global_menu ul li a {
		text-indent:2.3em;
		font-size:14px;
		font-weight:bold;
		color:#8d7f84;
		}
		
	.global_menu ul li a;linK {
		color:#8d7f84;
		}
	
	.global_menu ul li a;visted {
		color:#8d7f84;
		} 
		
	.global_menu ul li a;activ {
		color:#8d7f84;
		}	




/* クリア関連 */
.clear {
clear:both;
}



