@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
}


/*リンクカラー*/
a {
	color: #669900;
	text-decoration: none;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #add800;
	background-color: #141819;
}

/*強制回り込み解除*/
.clear { clear:both; }  
.clear hr { display:none; } 

/*Google Adsence用*/
div.adsence_728_90 {
	float: left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	width:728px;
	height:90px;
}
div.adsence_468_60_left {
	float: left;
	padding-top:3px;
	padding-bottom:0px;
	margin:0px;
	width:468px;
	height:60px;
}

div.adsence_468_60 {
	float: right;
	padding-top:3px;
	padding-bottom:0px;
	margin:0px;
	width:468px;
	height:60px;
	padding-right:60px;
}

div.searchbox {
	float: right;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	height:60px;
	width:200px;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px solid #000000;
	background-color: #ffffff;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(../img/header_bg.gif);	/*ヘッダーの背景画像*/
	background-repeat: repeat;
	background-position: top;
	background-color: #141819;
	height: 100px;
	margin-top:0px;
	padding-top:0px;
	border: none;
}

#header #logo {
	padding: 0px;
	margin: 0px;
	border: none;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	color: #ffffff;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}


/*パンクズリスト
----------------------------------------------------------------------------------*/
#pankuzu {
	font-size:10px;
	color:#666666;
	padding: 10px;
}

/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 12px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 142px;
	text-align: center;
	background-image: url(../img/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(../img/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 806px;
	float: left;
	padding-bottom: 0px;
	margin-top: 0px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #eeeeee;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 0px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #141819;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 0px;
}



/*左右のサブメニュー2行
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 5px;
}

.submenu a {
	background-image: url(../img/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 32px;
	color: #ffffff;		/*文字色*/
	text-decoration: none;
	line-height: 20px;
	height: 40px;
}

.submenu a:hover {
	background-image: url(../img/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #add800;		/*カーソルオーバー時の文字色*/
}

/*左右のサブメニュー1行
---------------------------------------------------------------------------*/
.submenu_line1 {
	margin-bottom: 5px;
}

.submenu_line1 a {
	background-image: url(../img/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 32px;
	color: #ffffff;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
}

.submenu_line1 a:hover {
	background-image: url(../img/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #add800;		/*カーソルオーバー時の文字色*/
}

/*左右のサブメニュー2
---------------------------------------------------------------------------*/
.submenu2 {
	margin-bottom: 5px;
	
}

.submenu2 li {
	border-bottom: 1px solid #cccccc;
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}


/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 612px;
}


#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}

#main div.common {
	padding: 0px;
	margin:10px;
}

#main div.topicmenu h2{
	font-size: 16px;
	color:#ffffff;
	line-height: 30px;
	background-image: url(../img/topicmenu_bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 45px;
	clear: both;
}

#main ul.common {
	list-style-type: disc;
	margin-left:30px;
}

/*中央ブロック内の「アドセンス・検索ボックス」部分
---------------------------------------------------------------------------*/
#main div.adsence {
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	height:60px;
	width:468px;
}
#main div.searchbox {
	float: right;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:0px;
	height:60px;
	width:250px;
}

/*中央ブロック内の「更新情報」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 11px;
	border: 1px solid #cccccc;	/*更新情報のフチのライン*/
	margin-bottom: 1em;
	font-size:10px;
}

#main dl.new dt {
	font-weight: normal;
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}

/*中央ブロック内の「ニュース」部分
---------------------------------------------------------------------------*/
#main dl.rssnews {
	height: 150px;
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #cccccc;	/*更新情報のフチのライン*/
	font-size:11px;
	background-color:#eeeeee;
}

#main dl.rssnews a {

}

#main dl.rssnews dt {
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}

#main dl.rssnews dd {
	padding-left: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}


/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 80px;
	width: 1000px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:141819;
	font-size:11px;
	color:#999999;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
}

#footer a:hover {
	color: #add800;
	text-decoration: none;
}

.copyright {
	padding-top:25px;
}


/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #A51A91;
}
.look {
	background-color: #f5f5f5;
}
.green_bg{
	background-color:#add800;
}
.pink_bg{
	background-color:#990066;
	color:#ffffff;
}

.underline{
	text-decoration: underline;
	color:#990066;
}

/*P-Link オリジナルの要素
---------------------------------------------------------------------------*/
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}
.bold{
	font-weight:bold;
}

/*登録サイトリスト*/
table.link_site{
	width: 580px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.link_site th{
	border: 1px solid #cccccc;
	padding: 5px;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	background-color:#669900;
}
table.link_site td{
	border: 1px solid #cccccc;
	padding: 5px;
}

/*繰り返し*/
.even{
	background: #E6E6E6;
}
.odd{
	background: #FFF;
}

/*登録フォーム*/
table.regist_form{
	width: 600px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
table.regist_form td{
	padding: 5px;
	border: 1px solid #cccccc;
	background-color:#eeeeee;
}
table.regist_form td.title{
	font-weight:bold;
	background-color:#669900;
	color:#ffffff;
}

/*修正フォーム*/
table.edit_form{
	width: 600px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td.title{
	font-weight:bold;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}
