@charset "euc-jp";

/***********************************************************/
/* 基本レイアウト
/***********************************************************/

* {
   padding:0;
   margin:0;
}


#header {
	width:800px;
	height:197px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/header_back.gif) top left;
}

#header h1 {
	font-size:24px;
	padding:30px 0 0 30px;;
}

#header a {
	color:#fff;
}


#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#fff url(../img/content_back.gif) repeat-y;
}


#sub {
	width:200px;
	float:right;
	font-size:11pt;
	padding:10px 10px 10px 0;
}

#main {
	float:right;
	width:580px;
	padding:10px 10px 10px 0;
	font-size:11pt;
}

#footer {
	width:800px;
	height:50px;
	margin: 0 auto;
	background: url(../img/footer_back.gif) top left;
	text-align:center;
}

body {
	background:#666 url(../img/back_001.gif);
}

.width50 { width: 250px; }
.width90 { width: 90%; }
.width98 { width: 98%; }
.width100 { width: 100%; }
.clear { clear:right; }





#top dl.list {
	border-top:1px dashed #ccc;
	clear:left;
	font-size:11pt;
	padding:10px 0 5px 5px;
	margin-bottom:10px;
}


#top dt.list {
	background:url(../img/parent_back_1col.gif) no-repeat;
	background-position:0px 4px;
	font-size:16pt;
	padding:5px 0 5px 30px;
}

#top dd {
	float:left;
	font-size:10pt;
	color:#999;
	line-height:135%;
	margin-left:10px;
	padding:5px;
}

#top a {
	background:url(../img/arrow1.gif) left no-repeat;
	padding-left:12px;
}


#top a:hover {
	background:url(../img/arrow3.gif) left no-repeat;
	padding-left:12px;
}

/***********************************************************/
/* 代表的なhtmlタグ
/***********************************************************/

a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#090;
}

span {
	display:none;
}

h2 {
	font-size:16px;
	padding-bottom:1em;
	color:#5AaEdF;
}
h5 {
	color:#666;
	padding:1em;
}

/***********************************************************/
/* サイドカテゴリ表示
/***********************************************************/
#sub .link_regist {
	margin:15px;
}

#sub dl {
	margin:10px;
}

#sub dt {
	width:180px;
	height:30px;
	display:block;
	background:url(../img/parent_back.gif) no-repeat;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 220%;
	text-indent: 20px;
}

#sub dd {
	margin: 2px 0;
	width:180px;
	height:30px;
	font-size: 12px;
	background:url(../img/arrow1.gif) left no-repeat;
}

#sub span.page_active {
	width:180px;
	height:30px;
	display:block;
	text-indent: 12px;
	line-height: 250%;
	background:#eee url(../img/arrow3.gif) left no-repeat;
	color:#CC0033;
}

#sub dd a {
	width:180px;
	height:30px;
	text-indent: 20px;
	line-height: 250%;
	display:block;
	color:#333;
	text-decoration:none;
}
#sub dd a:hover {
	background:url(../img/arrow2.gif) left no-repeat;
	color:#CC0033;
}

/***********************************************************/
/* 相互リンク登録テーブル
/***********************************************************/

#frm_input optgroup {
	font-style:normal;
	color:#006;
	background-color:#eef;
}
#frm_input option {
	background-color:#fff;
	font-style:normal;
	color:#000;
}

#frm_input {
	font-size:10pt;
	padding: 10px;
}
#frm_input dl {
	width:500px;
	padding: 10px;
	margin: 10px;
	background: #FFF;
	border:1px dashed #777;
	color: #000;
}
#frm_input dt {
	font-size:10pt;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;

}
#frm_input dt.top {
	border-top: 0;
}

#frm_input dd {
	padding: -15px 0 5px 0px;
	margin: 0 0 5px 0px;
}

#frm_input p {
	color:#09c;
	background: url(../img/message.gif) left no-repeat;
	padding:3px 3px 3px 20px;
}

#frm_input span {
	color:#f36;
	font-size:10pt;
}

#linktext {
	font-size:10pt;
}


/***********************************************************/
/* リンク一覧表示部
/***********************************************************/

img {
	border:0;
}

#main #list a.mod {
	font-size:11pt;
	color:#09f;
}
#main #list dl.colored {
	background-color:#f3f3f3;
	padding 10px;
	border-bottom:1px dashed #777;
}

#main #list dl.nocolor {
	padding 10px;
	border-bottom:1px dashed #777;
}

#main #list dt {
	font-size:11pt;
	padding:10px 0 5px 5px;
}
#main #list dt.link {
	padding-left:20px;
	background:url(../img/icons/web.gif) left no-repeat;
}
#main #list dd {
	font-size:10pt;
	color:#999;
	line-height:135%;
	padding:5px;
}

/***********************************************************/
/* トップページ部
/***********************************************************/
#top dl.list {
	border-top:1px dashed #ccc;
	clear:left;
	font-size:11pt;
	padding:10px 0 5px 5px;
	margin-bottom:10px;
}


#top dt.list {
	background:url(../img/parent_back_1col.gif) no-repeat;
	background-position:0px 4px;
	font-size:16pt;
	padding:5px 0 5px 30px;
}

#top dd {
	float:left;
	width:160px;
	font-size:10pt;
	color:#999;
	line-height:135%;
	margin-left:10px;
	padding:5px;
}

#top a {
	display:block;
	background:url(../img/arrow11.gif) left no-repeat;
	padding-left:12px;
}


#top a:hover {
	background:url(../img/arrow13.gif) left no-repeat;
	padding-left:12px;
}

/***********************************************************/
/* リンク検索ボックス
/***********************************************************/
#frm_search {
	width:170px;
	position:absolute;
	top : 110px;
	left:630px;
}

/***********************************************************/
/* リンク登録ボタン
/***********************************************************/
#regist a{
	display:block;
	margin:10px 0 0 10px;
	width:180px;
	height:60px;
	background:url(../img/regist_back.gif) top left no-repeat;
}

#regist a:hover{
	background:url(../img/regist_back_hover.gif) top left no-repeat;
}

/***********************************************************/
/* フッター部
/***********************************************************/
#footer p{
	padding:15px 0 0 0;
	font-size:10pt;
	color:#999;
}
