@charset "shift_jis";


/*★★★本体★★★
-------------------------------------------------------------------------------------*/
body {
	/*font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 75%;
	line-height: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #2e2e2e url(images/bg_2.gif) repeat-x top;
}



/*
-------------------------------------------------------------------------------------*/

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;

}

.look {
	color: #FF0000;
	background: #000000;
}

.look2 {
	color: #FFFFFF;
	background: #2e0004;
}

.redbox {
	color: #A90310;
}

.r_text {
	text-align:right;
}
.midasi {
	font-weight: bold;
	color: #603;
}

.nendo {
	background-image:url(images/nendo.gif);
	font-size: 1.2em;
	color: #666;
	width: 580px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*リンクカラー設定*/

a {
	color: #FFFFFF;
	text-decoration: none; /*下線を外す*/
}

a:hover {
	color: #ad0a17;/*文字色を赤にして背景を黒*/
}


/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	background: #2e2e2e url(images/container_bgwide.gif) no-repeat center top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	width: 950px;
}



/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) repeat-x;
	margin-left: 4px;
	margin-right: 4px;
}
#header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 13px;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #FFF;
}
#logo {
	vertical-align: top;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#yeglogo {
	padding-top: 8px;
	padding-left:10px;
}


/*右上のナビメニュー
-------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 7px;
	line-height: 1.2;
	background: url(images/nav_bg.gif) no-repeat left top;
	padding-left: 50px;
	height: 33px;
	font-size: 11px;
	width: 334px;
	right: 0px;
}
#nav li {
	float: left;
	width: 8em; 
	color: #FFF;
}
#nav li a {
	padding-left: 20px;
}

#nav li .arrow {
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}
.bar {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #600;
	font-size: 16px;
}






/*メニュー
-------------------------------------------------------------------------------------
*/

#menu {
	height: 40px;
	background-color: #CCCCCC;
	background-image: url(images/list_bg950.jpg);
	background-repeat: no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}

#menu li {
	background: url(images/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 40px;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 12.1em;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 40px;
}

#menu li a:hover {
	background: url(images/menu_bg_over.gif);
	color: #FFFFFF;
}


/*コンテンツ枠
-------------------------------------------------------------------------------------*/
#contents {
	background-color: #F1E7E0;

}
/*パンくず
-------------------------------------------------------------------------------------*/
#pankuzu {
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

/*メイン
-------------------------------------------------------------------------------------
*/
#main {
	float: right;
	width: 650px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 12px;
	text-align: left;
	margin-right: 5px;
}

#main h2 {
	font-size: 13px;
	line-height: 31px;
	color: #FFFFFF;
	background-color: #633;
	border-left: 8px solid #990000;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#main p {
	background-color: #FFF;
	color: #333;
	margin-top: 0.5em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}
#main h4 {
	font-size: 100%;
	border: 1px solid #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
}
#main-img {
	padding-bottom: 0.5px;
}

h2 {
	font-size: 13px;
	line-height: 31px;
	color: #FFFFFF;
	background-color: #633;
	border-left: 8px solid #990000;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#container #contents #main #textbox{
	background-color: #FFF;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0.5px dotted #600;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#textbox_img {
	text-align: center;
}
#textbox_img img{
	margin-left:10px;
	margin-right:10px;
}
#textbox2 {
	margin-right: 5px;
	margin-left: 5px;
}
#textbox_img_left{
	margin-left:10px;
}
/*#tate {
	float:left;

}
#kaityo {
	float: none;
}
*>#kaityo {
	padding-left: 280px;

}*/
#slogan {
	float:none;
	margin-left: 15px;
}

/*サブコンテンツ（右側のブロック）
-------------------------------------------------------------------------------------
*/
#sub {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline;
	margin-right: 12px;
	color: #666;
}

#sub p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#sub h3 {
	font-size: 100%;
	border: 1px solid #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #600;
	color: #FFF;
}

.sub-menu a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 218px;
	letter-spacing: 0.5em;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #A00;
}




.sub-menu a:hover {
	background: #520007;
	color: #FFFFFF;
}

.tdHeader {
	height: 15px;
	width: 80px;
	color: #666;
	text-decoration: blink;
	text-align: left;
	padding: 3px;
	font-size: 10px;
	margin-top: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #600;
	margin-left: 5px;
}

#navi a{
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	padding-left: 20px;
	background-color: #000;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 140px;
	font-size: 14px;
	color: #FFFFFF;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	text-align: center;
}



/*clearfix
-------------------------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contents { display: inline-block; }

/* Hides from IE-mac 　\　*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
/*
#container #contents #main table tr td {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#container #contents #main table tr th {
	text-align: left;
	color: #FFF;
	background-color: #999;
}
*/

#tableStyle {
	border:1px solid #CCC;
	font-size: 14px;
	padding-top: 5px;
	line-height: 10px;
	background-color: #FFF;

}
#tableStyle p strong {
	color: #900;
}


/*

#container #contents #main_center table tr td {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-color: #F0E6C4;
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
}
#container #contents #main_center table tr th {
	text-align: left;
	background-color: #963;
	color: #FFF;
}










#main #scroll {
	width:780px;
	height:900px;
	overflow:auto;
	background-color: #FFF;
}
*/
