/* 2007/06/05 トップページのカテゴリ一覧を、固定幅で整列表示する様変更 */

@charset "euc-jp";

/***********************************************************/
/* 基本レイアウト
/***********************************************************/

* {
   padding:0;
   margin:0;
}

#header {
	width:800px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/header_back.gif) top left;
}

#header h1 {
	font-size:44px;
	padding:35px 0 0 200px;;
}

#header a {
	color:#ff0000;
}



#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#fff url(../img/content_back_simple.gif) repeat-y;
}


#main {
	padding:1em;
	font-size:11pt;
}

#footer {
	width:800px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/footer_back.gif) top left;
	text-align:center;
}

body {
	background:#ddd url(../img/back_001.gif);
}



.width50 { width: 250px; }
.width90 { width: 90%; }
.width98 { width: 98%; }
.width100 { width: 100%; }

/***********************************************************/
/* 代表的な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 {
	padding-left:3px;
	background-color:#fff;
	border-left:5px solid #00f;
	border-bottom:1px solid #00f;
}

#sub dd {
	margin-left:10px;
}

#sub span.page_active {
	width:150px;
	display:block;
	padding:3px; 0 3px 3px;
	background:#ffc;
	border-left:5px solid #f00;	

	color:#f00;
}

#sub dd a {
	width:150px;
	display:block;
	padding:3px; 0 3px 3px;
	border-left:5px solid #fff;	
	color:#000;
	text-decoration:none;

}
#sub dd a:hover {
	color:#f00;
	background:#ffc;
	border-left:5px solid #f00;	
}

/***********************************************************/
/* 相互リンク登録テーブル
/***********************************************************/

#frm_input optgroup {
	font-style:normal;
	color:#006;
	background-color:#eef;
}
#frm_input option {
	background-color:#fff;
	font-style:normal;
	color:#000;
}

/*
#frm_input input,
#frm_input select,
#frm_input textarea,
#frm_input option {
	width:250px;
	font-size:10pt;
}
*/

#frm_input {
	font-size:10pt;
	padding: 10px;
}
#frm_input dl {
	width:500px;
	padding: 10px;
	margin: 10px;
	background: url(../img/back_001.gif);
	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;
}

/***********************************************************/
/* リンク一覧表示部
/***********************************************************/

img {
	border:0;
}

#main #list a.mod {
	font-size:10pt;
	color:#666;
}
#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:#666;
	line-height:135%;
	padding:5px;
}

/***********************************************************/
/* トップページ部
/***********************************************************/

#main #top dl.list {
	border-top:1px dashed #ccc;
	clear:left;
	font-size:11pt;
	padding:10px 0 5px 5px;
	margin-bottom:10px;
}


#main #top dt.list {
	background:url(../img/parent_back_1col.gif) no-repeat;
	background-position:0px 4px;
	font-size:12pt;
	padding:5px 0 5px 30px;
}

#main #top dd {
	float:left;
	width:170px;
	font-size:10pt;
	color:#999;
	line-height:135%;
	margin-left:10px;
	padding:5px;
}

#main #top a {
	display:block;
	background:url(../img/arrow1.gif) left no-repeat;
	padding-left:12px;
}


#main #top a:hover {
	background:url(../img/arrow3.gif) left no-repeat;
	padding-left:12px;
}


/***********************************************************/
/* リンク検索ボックス
/***********************************************************/
#frm_search {
	width:170px;
	position:relative;
	bottom:25px;
	left:630px;
}

/***********************************************************/
/* リンク登録ボタン
/***********************************************************/
#regist a{
	display:block;
	margin:0 0 10px 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:#666;
}

/***********************************************************/
/* カスタマイズ追加分（１カラム用）
/***********************************************************/
.toppage {
	padding:0px 0px 10px 0px;
	font-size:12pt;
	color:#333;
	font-weight:normal;
}
.toppage a{
	color:#666;
}
.articletop {
	padding:0px 40px 5px 10px;
	font-size:11pt;
	color:#000;
}
.articletop a{
	color:#0000ff;
}
.articlelink {
	padding:0px 40px 20px 10px;
	font-size:11pt;
	color:#666;
}
.articlelink a{
	color:#333;
}
.title03 {
	margin: 0px 40px 7px 0px;
	padding: 5px 1px 4px 15px;
	background:url(../img/parent_back.gif) repeat;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/***********************************************************/
/* カスタマイズ追加分（２カラムで追加したもの）
/***********************************************************/

.tsuika01 {
	padding:0px 0px 0px 0px;
	font-size:14pt;
	color:#333;
	font-weight:bold;
}

.tsuika02 {
	padding:40px 0px 0px 0px;
	font-size:12pt;
	color:#333;
	font-weight:bold;
}
.tsuika03 {
	padding:0px 0px 0px 0px;
	font-size:10pt;
	color:#000;
}

.adsence01{
	  margin:80px 0px 60px -10px;
}
.sponsor{
	font-size:12px;
	color:#666666;
}

