/* トップページ */

/* 属性無効 */
*{
	margin:0;
	padding:0;
}

/* リンク */
/*#body a {
	text-decoration: none;
}*/
a:link { color: #007500; } 
a:visited { color: #00A800; } 
a:hover { color: #00CC00; } 
a:active { color: #003300; }

/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {color: #FB2241}

/* 画像 */
img {
	border:none;
}

/* フォーム */
textarea {
	border: 1px solid #A5ACB2;
}

/* レイアウト */
body {
	width : 100%;
	color:#3D3D3D;
	font-size:12px;
	line-height:150%;
	margin: 0px 0px 0px 5px;
	background-color: #CDCDCD;
}
#body {
	width:800px;
	background-color: #FFFFFF;
}
#header {
	width : 800px;
	height: 200px;
	background-color: #FFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 0px;
}
#header h1 {
	padding: 13px  0 0 400px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation {
	width : 800px;
	background-color: #DA262F;
	clear: both;
}
#main {
	text-align: left;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
	height: 100%;
}
#contents {
	margin: 0;
	text-align: left;
	float: left;
	width: 600px;
	clear: both;
	padding: 0px 0px 20px 10px;
	background-color: #FFFFFF;
}
#left {
	float:left;
	width:170px;
	text-align: center;
}
#side_menu {
	float:right;
	width:170px;
	font-size: 12px;
	padding-right: 5px;
	line-height: 150%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#center {
	margin:0 0px 10px 175px;
	padding-left: 0px;
	text-align: center;
}
#footer {
	width : 800px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 43px;
	padding-top: 12px;
}
.copyright {
	text-align: right;
	padding: 10px 5px 0px;
	color: #FFFFFF;
	width: 790px;
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
}

.copyright a {
	color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* バナー */
.banner {
	margin-bottom: 10px;
}

/* トップメニュー */
.topmenu {
	margin: 0;
	padding : 0;
	list-style-type : none;
	width: 100%;
	font-size: 12px;
}
/*.topmenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}*/


.topmenu li{
	float: left;
	display : inline;
	background: url(../images/topmenu_li.jpg) no-repeat 100% 50%;
	white-space: nowrap;
	padding-top: 0px;
}

.topmenu li a {
	display: block;
	margin-right: 2px;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
}

.topmenu #menu01 a {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 78px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	text-decoration: none;
}

.topmenu #menu01 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu02 a {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 205px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	text-decoration: none;
}
.topmenu #menu02 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu03  {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 238px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	text-decoration: none;
}
.topmenu #menu03 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu04 a {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 97px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	text-decoration: none;
}
.topmenu #menu04 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu05 a {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 70px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	text-decoration: none;
}
.topmenu #menu05 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu06 a {
	text-align: center;
	padding:0;
	display:block;
	height: 30px;
	color: #FFFFFF;
	width: 100px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	/*border: 1px solid #CCCCCC;*/
	text-decoration: none;
}
.topmenu #menu06 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}



/* サイドメニュー */
/* メニュー */
.sidemenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	width:100%;
}
.sidemenu li{
	display : inline;
	padding :0;
	margin:0;
}
.sidemenu .ttl {
	text-align: left;
	display:block;
	height: 38px;
	color: #FFFFFF;
	width: 160px;
	background-image: url(../images/side_ttl.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 6px 0px 0px 8px;
}

.sidemenu .ttl2 {
	text-align: left;
	display:block;
	height: 38px;
	color: #000000;
	width: 160px;
	background-image: url(../images/side_ttl.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	text-indent: 50px;
	line-height: 38px;
}
/* ▼追加▼------------------------------------------------------------------------------------------*/

.sidemenu2 {
	background: url(../images/side_bg.jpg) no-repeat;
	height: 65px;
	padding:3px 5px 0px 5px;
	margin-right: 7px;
}

.sidemenu2 a:link {
	color: #FFFFFF;
}

.sidemenu2 a:hover {
	color: #FFFF00;
}

.sidemenu2 a:activ {
	color: #FFFF00;
}

side_menu2 ul {
	list-style-type: none;
	list-style:none;
}

.sidemenu2 li {
	list-style-type: none;
	padding-left: 25px;
	line-height: 25px;
	background: url(../images/icon.jpg) no-repeat;
	background-position: 0.5em 0.3em;
}

/*  更に追加　*/
.sidemenu3 {
	background: url(../images/side_bg3.jpg) no-repeat;
	height: 118px;
	padding:3px 5px 0px 5px;
	margin-right: 7px;
}


.sidemenu3 a:link {
	color: #FFFFFF;
}

.sidemenu3 a:hover {
	color: #FFFF00;
}

side_menu3 ul {
	list-style-type: none;
	list-style:none;
}

.sidemenu3 li {
	list-style-type: none;
	padding-left: 25px;
	line-height: 25px;
	background: url(../images/icon.jpg) no-repeat;
	background-position: 0.5em 0.3em;
}

/* ▲追加▲------------------------------------------------------------------------------------------　*/

.sidemenu .menu a {
	text-align: left;
	text-decoration: none;
	display:block;
	height: 25px;
	width: 135px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/side_bt_sub.jpg);
	background-color: #FAFAFA;
}

/*.sidemenu .b_ttl  {
	text-align: left;
	display:block;
	height: 25px;
	color: #666666;
	width: 165px;
	background-image: url(../images/side_ttl_blue.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
}
.sidemenu .b_menu a {
	text-align: left;
	display:block;
	height: 25px;
	width: 150px;
	background-image: url(../images/side_ttl_blue_sub.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
}
*/

/* PR */
#side_menu .pr  {
	text-align: left;
	height: 25px;
	color: #FFFFFF;
	width: 160px;
	background-image: url(../images/side_ttl_pr.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
}
.pr_frame p {
	margin-bottom: 10px;
}
#side_menu .pr_frame {
	padding: 5px;
	background-color: #FAFAFA;
	width: 151px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
	border-left-color: #CCCCCC;
}
