/*　レイアウト関係　*/

html {
    overflow-y:scroll;
}

/* safari だけよ \*/
html:\66irst-child body {
	letter-spacing:-1px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 75%;
	line-height: 140%;
	color: #333333;
	background:#ffffff;
	/*padding-left:1px; ずれを回避*/
	background:url(comm-img/bg_r6_c1.gif) center repeat-y;
}
div#bg {
	background:url(comm-img/bg_r29_c3.gif) center repeat-y;
}
div#bg-top {
	background:url(comm-img/bg_r1_c1.jpg) no-repeat center top;
	height:117px;
}
div#LAYOUTBOX {
	margin:0 auto 0 auto;
	text-align: left;
	width: 859px;
}

div#footer {
	margin:12px auto 0 auto;
	padding:10px 0 0 20px;
	width:960px;
	height:47px;
	text-align:left;
	background: url(../index-img/01_r40_c2.jpg) repeat-x;
	color:#666666;
	font-size:90%;
}


/*　共通事項　*/

div, h1, h2, h3, h4, h5, p, img, dl, dd, dt {
	margin: 0px ;
	padding: 0px ;
	border: 0px;
}

ul, ol {
	margin:0px;
	padding: 0px 0px 0px 32px;
}
li {
	margin:0px;
	padding: 5px 0px 5px 0px;
}
br.sep {
	clear: both;
	font-size: 0px;
	margin:0px;
	padding: 0px
}


a {
	/*text-decoration: none;*/
	color: #333333;
	display: inline-block;
}
a:visited	{
	/*text-decoration: none;*/
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #003366;
}

.caption {
	font-size:11px;
	color:#666666;
	line-height:105%;
}
hr {
	margin:0;
	border: 1px solid #EEE8D2 noshade;
}

.english {
	font-family:"Times New Roman", Times, serif;
}

/*　構成パーツ　*/

div#logo {
	float:left; padding:12px 0 0 8px;
}

div#head_img {
	float:right;
	padding:0 10px 10px 0;
	width:603px; height:74px;
	background:url(index-img/top-img1.jpg);
	text-align:right;
}

div#anzen_banner {
	float:right; margin:0 10px 10px 0;
}

.menu {
	width:190px; height:39px; padding:7px 0 0 22px; color:#444444; /*高さ合計46px*/
}

.index_menuA {
	width:245px; height:119px; padding:6px; color:#FFFFFF;
}
.index_menu {
	width:245px; height:141px; padding:6px; color:#FFFFFF;
}
.index_menu2 {
	 width:115px; height:63px; margin:10px 0 0 0; padding:5px; color:#FFFFFF;
}


div#right_content {
	float:right; margin:20px 12px 0 0; width:605px;
}

div#under_logo {
	text-align:right; margin:0 0 4px 0; color:#666666; font-size:11px;
}
