/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
/*	background:url(../img/background.gif) repeat-y center top #F5F5F5;*/
	background-color: #F5F5F5;
	width : 100%;
	text-align: left;
}

#wrap {
	background-color: #FFFFFF;
	margin : 0 auto;
	padding: 0px;
	width : 800px;
	color: #333333;
}

#head {
	text-align: left;
	width : 800px;
	height: 284px;
}
#head h1 {
	font-size:18px;
	font-weight:bold;
}
#head h1 a{
	color:#FF9999;
}
.head-pr {
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px 10px;
	width: 780px;
	height: 12px;
	font-size:10px;
}
.head-pr a:link {color: #FFFFFF; text-decoration: none;}
.head-pr a:visited { color: #FFFFFF; text-decoration: none;} 
.head-pr a:hover { color: #FFFFFF; } 
.head-pr a:active { color: #FFFFFF; }
.title {
	background:url(../img/head_bg.gif) no-repeat;
	padding: 5px 10px;
	width: 780px;
	height: 30px;
}

.pass {
	text-align: left;
	font-size: 10px;
	padding-top: 10px;
	width: 760px;
	height: 22px;
	color: #333333;
}

#main {
	font-size: 12px;
	padding: 5px 20px 10px 20px;
	width : 760px;
}

#contents {
	text-align: left;
	padding: 0px;
	width: 760px;
}

#foot {
	clear : both;
	background:url(../img/foot_bg.gif) no-repeat;
	width : 800px;
	height: 40px;
	color: #FFFFFF;
}
#pr {
	clear : both;
	margin: 0 0 10px 10px;
	width : 760px;
	padding: 10px;
	background-color: #EEEEEE;
}


/* ヘッダメニュー */
.navigation {
	background-color: #1B1B1B;
	list-style-type : none;
	text-align: left;
	width: 800px;
	height:40px;
}

.navigation li{
	float:left;
	display : inline;
	text-indent: -9999px;
}
.navigation .menu1 a {
	background:url(../img/menu_home_bg.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu1 a:hover{
	background:url(../img/menu_home_on.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu2 a {
	background:url(../img/menu_seo_bg.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu2 a:hover{
	background:url(../img/menu_seo_on.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu3 a {
	background:url(../img/menu_func_bg.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu3 a:hover{
	background:url(../img/menu_func_on.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu4 a {
	background:url(../img/menu_comp_bg.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu4 a:hover{
	background:url(../img/menu_comp_on.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu5 a {
	background:url(../img/menu_priv_bg.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}
.navigation .menu5 a:hover{
	background:url(../img/menu_priv_on.jpg) no-repeat;
	display :block;
	width: 160px;
	height:40px;
}

/* トップメニュー */
.top_menu{
	margin: 10px 0;
	width:760px;
	height:70px;
}
.top_menu .pad_left{
	padding-left: 20px;
}


/* トップページ */
.top_img{
	width:800px;
	height:200px;
}

/* 各枝ページ */

.contents_text, .contents_text2{
	margin-bottom: 10px;
	padding: 10px;
	width: 740px;
	text-align: left;
	color: #333333;
}
.contents_text table, .contents_text2 table {
	margin: 10px;
}
.contents_text th {
	padding: 3px;
	border-bottom:dashed 1px #CCCCCC;
}
.contents_text2 th {
	padding: 3px;
}
.contents_text td {
	padding: 3px;
	border-bottom:dashed 1px #CCCCCC;
}
.contents_text2 td {
	padding: 3px;
}
.contents_text2 input, .contents_text2 textarea{
	border: 1px solid #000000;
}
.submit_reset {
	border: 1px solid #000000;
}


/* 大見出し */
.finding1, .finding2, .finding3, .finding4, .finding5, .finding6, .finding7, .finding8{
	font-size: 16px;
	font-weight: bold;
	text-indent: -9999px;
	color: #333333;
	width: 760px;
	height: 32px;
}
.finding1{background:url(../img/finding1.gif) no-repeat;}
.finding2{background:url(../img/finding2.gif) no-repeat;}
.finding3{background:url(../img/finding3.gif) no-repeat;}
.finding4{background:url(../img/finding4.gif) no-repeat;}
.finding5{background:url(../img/finding5.gif) no-repeat;}
.finding6{background:url(../img/finding6.gif) no-repeat;}
.finding7{background:url(../img/finding7.gif) no-repeat;}
.finding8{background:url(../img/finding8.gif) no-repeat;}

/* 小見出し */
.sub_find1{
	background:url(../img/sub_find1.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
	color: #333333;
	margin: 20px 0px 10px 0px;
	width: 740px;
	height: 28px;
}
.sub_find2{
	background:url(../img/sub_find2.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
	color: #333333;
	margin: 20px 0px 10px 0px;
	width: 740px;
	height: 28px;
}

/* フッタメニュー */
.foot_menu{
	list-style-type : none;
	padding:4px 10px 0px 620px;
	width: 170px;
	height:15px;
}
.foot_menu li{
	float:left;
	display : inline;
	text-indent: -9999px;
	font-size: 10px;
}
.foot_menu .menu1 a {
	background:url(../img/foot_menu1_bg.gif) no-repeat;
	display :block;
	padding-left: 10px;
	width: 78px;
	height:13px;
}
.foot_menu .menu1 a:hover{
	background:url(../img/foot_menu1_on.gif) no-repeat;
	display :block;
	padding-left: 10px;
	width: 78px;
	height:13px;
}
.foot_menu .menu2 a {
	background:url(../img/foot_menu2_bg.gif) no-repeat;
	display :block;
	width: 78px;
	height:13px;
}
.foot_menu .menu2 a:hover{
	background:url(../img/foot_menu2_on.gif) no-repeat;
	display :block;
	width: 78px;
	height:13px;
}

/* サイトマップ */
.sitemap{
	list-style-type : none;
	width: 220px;
}
.sitemap li{
	text-indent: -9999px;
	font-size: 10px;
}
.sitemap .menu1 a {
	background:url(../img/site_menu1.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu2 a {
	background:url(../img/site_menu2.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu3 a {
	background:url(../img/site_menu3.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu4 a {
	background:url(../img/site_menu4.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu5 a {
	background:url(../img/site_menu5.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu6 a {
	background:url(../img/site_menu6.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}
.sitemap .menu7 a {
	background:url(../img/site_menu7.gif) no-repeat;
	display :block;
	margin-top: 20px;
	width: 220px;
	height:17px;
}


/* コピーライト */
.copyright{
	clear : both;
	text-align: right;
	font-size: 12px;
	width: 780px;
	height:14px;
	padding:2px 10px;
}
/* コピーライト */
.copyright a { color: #FFFFFF; text-decoration: none;} 
a:hover { color: #FFFFFF; } 
}

/* リンク */
#contents .contents_text a:link { color: #0099CC; text-decoration: none;} 
#contents .contents_text a:visited { color: #0099CC; text-decoration: none;} 
#contents .contents_text a:hover { color: #00CCFF; } 
#contents .contents_text a:active { color: #00CCFF; }



/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_8px{font-size:8px;}
.font_10px{font-size:10px;}
.font_12px{font-size:12px;}
.font_13px{font-size:13px;}
.font_14px{font-size:14px;}
.font_16px{font-size:16px;}
.font_18px{font-size:18px;}
.font_red {color: #CC0000}


/* 全ページ共通 */

.clear {clear: both;}

.btn {vertical-align:middle;}

.input_border {
	border: 1px solid #666666;
	vertical-align:middle;
}

/* PR_link */
.pr_ttl{
	font-size: 14px;
	font-weight: bold;
}
.pr_desc{
	display: block;
	font-size: 10px;
}