﻿body	{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #000033;
	line-height: 150%;
	background-color: #F3EADC;
	background-image: url(../img/bg_wrapper_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;}

div#wrapper {
	width: 100%;
	height: 100%;
	background-image: url(../img/body_bg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;}

div#wrapper3 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/logo_01.png);
	background-repeat: no-repeat;
	background-position: left top;}

div#wrapper_F {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/logo_02.png);
	background-repeat: no-repeat;
	background-position: left top;}


/* link colors */
a:link {color:#000033;
	text-decoration: underline}
a:visited {color:#000033;
	text-decoration: underline}
a:hover {color:#990000;
	text-decoration: none}
a:active {color: #000033}

/* コンテナ */
div#container	{
	width: 1050px;}

.logo img{
	border:none;
	margin: 0 0 10px 0;
	float: left;}


/* LEFTコンテンツ */
div#content_L	{
	width: 460px;
	height: auto;
	float: left;
	margin-top: 140px;
	text-align: center;}

/* メニュー */
ul#navimenu	{
	font-size: 12px;
	width: 420px;
	height: 100px;
	float:right;
	margin:0;}

span.en{font-size: 10px;
	color: #996666}

ul#navimenu li	{
	list-style-type: none;
	float: left;}

ul#navimenu li a{
	margin: 2px 0 0 0;
	display: block;
	width: 139px;
	line-height: 120%;
	padding: 10px 0 10px 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-image: url(../img/cmd_01.jpg);}

ul#navimenu li a:hover	{
	margin: 2px 0 0 0;
	background-image: url(../img/cmd_02.png);
	color: #000}

ul#navimenu li a.active,
ul#navimenu li a.active:hover {
	margin: 2px 0 0 0;
	background-image: url(../img/cmd_02.png);
	color: #000}

div#textarea{
	float: left;
	width: 420px;
	height: auto;
	padding: 5px 5px 0 10px;
	text-align: left;
	line-height: 200%;
	margin-left: 15px;}

/* RIGHTコンテンツ */
div#textarea-R{
	width: 480px;
	height: auto;
	margin: 5px auto 0 auto;
	padding: 5px 5px 5px 10px;
	text-align: left;
	line-height: 120%;
	color: #666;}

div#content_R	{
	background-image: url(../img/bg_content-r.png);
	background-repeat: repeat-y;
	width: 550px;
	height: auto;
	float: right;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-bottom:20px;}

div#mainimg{
	width: 480px;
	height: auto;
	background-color: #C8C8C8;
	margin: 25px auto 0 auto;
	padding: 15px 0 15px 0;}

div#add{
	width: 460px;
	height: 85px;
	margin: 25px auto 0 auto;
	padding: 10px 0 10px 5px;
	border-left: solid 15px #330000;
	border-top: solid 1px #330000;
	border-bottom: solid 1px #330000;
	color: #330000;
	text-align: left;
	line-height: 120%;}

div#textarea-link{
	width: 470px;
	height: 50px;
	margin: 10px auto 0 auto;
	padding: 15px 5px 10px 5px;
	text-align: center;
	line-height: 180%;
	background-color: #CCC}




/* フッター */
div#footer	{
	background-image:  url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	margin-top: 0;
	padding-top: 0;
	clear: both;}

address	{
	font-size: 0.75em;
	font-style: normal;
	color: #FFF;
	text-align: left;
	padding: 12px;
	float: left;}


