﻿/*
Theme Name: YA,SURAGI-KAN
Theme URI: 
Description: YA,SURAGI-KAN
Author: NetworkMirai
*/


body	{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/back.gif);
	}

#container{
	border:0;
	width:800px;
	padding: 0 auto;
	margin: 0 auto;	
	overflow: auto;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */
#header	{
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
	}

#header h1	{
	margin: 0;
	padding: 0;
	background: white;
	font-size: 0px;
	}

#header h1 img	{
	border: none;
	margin: 0;
	padding: 0;
	}

#header ul	{
	border-top: 1px solid black;
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
	height: 30px;
	list-style-type: none;
	background-image: url(images/naviback.gif);
	}

#header li	{
	padding: 0;
	margin: 0;
	width: auto;
	height: 30px;
	text-align: center;
	border-right: solid 1px black;
	background:url(images/naviback.gif);
	float: left;
	}

#header li a	{
	line-height: 30px;
	font-size: 15px;
	margin: 0;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	color: #fff;
	}

#header li a:hover	{
	background: url(images/navihover.gif);
	}

	.current_page_item a:link, .current_page_item a:visited{
	background: url(images/navicurrent.gif);
	color: white !important;
}


#header ul li.current_page_item a:hover{
	background: url(images/navicurrenthover.gif);
	color: black !important;
}

/* ++++++ トップページのデザイン ++++++ */
#top	{
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	}

#topimg	{
	margin: 0;
	}

#message	{
	position: absolute;
	top: 30px;
	left: 400px;
	width: 350px;
	font-size: 1em;
	line-height: 160%;
	height: 150px;
	}

/* ++++++ メイン トップページ以外の中身 ++++++ */
#main	{
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0;
	padding-top: 60px;
	width: 800px;
	float: left;
	}

a	{
	color: #00a0c6;
	}

/* ++++++ パンくずリンクのデザイン ++++++ */
#bread	{
	padding: 10px 20px;
	margin: 0;
	width: 500px;
	font-size: 0.75em;
	font-weight: bold;
	float: left;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
#contents	{
	width: 760px;
	margin: 20px 0 0;
	float: left;
	}

#contents h2	{
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	color: #000;
	font-size: 18px;
	margin: 0 0 0 30px;
	padding: 30px 30px 0 30px;
	height: 53px;
	}

#contents h3	{
	font-size: 1em;
	padding: 0px 0px;
	margin: 5px 10px 10px 15px;
	}


#contents h4	{
	font-size: 0.9em;
	padding: 0px 0px;
	margin: 5px 10px 10px 20px;
	}

#contents p	{
	font-size: 0.9em;
	line-height: 150%;
	margin: 5px 10px 10px 25px;
	}


#contents img.r {
	float: right;
	margin: 5px;
	}

#contents img.l {
	float: left; 
	margin: 5px;
	}


/* ++++++ 記事部分 ++++++ */
#post01	{
	padding: 0 10px 10px;
	}

#post02	{
	padding-left: 10px;
	width: 460px;
	float: left;
	}

#post01 h2	{
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	height: 50px;
	color: #ff07fe;
	font-size: 1.2em;
	padding: 6px 10px;
	}


#post01 h3{
	padding: 0 10px;
	margin: 0 40px;
	height: 35px;
	background-image: url(images/underline.gif);
	font-size: 0.875em;
}


#post01 h4{
	padding: 5px 0px 0px 27px;
	margin: 5px 0px 0px 55px;
	height: 20px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	font-size: 0.775em;
}


#post01 p{
	margin: 5px 65px;	
}



#post01 table{
	border: solid 1px white;
	width: 630px;
	margin: 15px 40px;
}

#sidebar	{
	float: right;
	padding-right: 10px;
	}

.clear	{
	clear: both;
	margin: 0;
	}

/* ++++++ リンクページ ++++++ */
#link	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
	background-color: #e6e6e8;
	border: solid 1px white;
	}

#link th	{
	width: 200px;
	background-color: #f7ddf6;
	}

#link a	{
	text-decoration: none;
	color: #000000;
	}

#link a:hover	{
	color: #00657d;
	}

/* ++++++ フッター部分のデザイン ++++++ */
#footer	{
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	padding: 45px 10px 15px 10px;
	height: 95px;
	float: left;
	width: 780px;
	}


#footer address	{
	margin-top: 10px;
	color: #ffffff;
	font-size: 0.75em;
	font-style: normal;
	width: 600px;
	float: left;
	}

#counter{
	float: right;
	margin-top: 10px;
	width: 100px;
	align: right;
	}

#counter img{
	float: right;
}

/* ++++++ ニュースコンテンツのデザイン ++++++ */
#topnews	{
	background-image: url(images/topnewsborder.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 400px;
	left: 618px;
	width: 176px;
	height: 176px;
	}

#topnews div	{
	margin: 25px 0px;
	width: 175px;
	height: 128px;
	overflow: auto;
	}

#topnews ul	{
	font-size: 0.9em;
	margin: 0 20px;
	padding: 0;
	line-height: 1.2em;
	list-style-image: url(images/mark_small.gif);
	}

#topnews ul a	{
	color: #ff00ff;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bolder;
	}

#topslide	{
	background-image: url(images/topslideborder.gif);
	position: absolute;
	top: 400px;
	left: 5px;
	width: 185px;
	height: 185px;
	}

#topiframe{
	position: absolute;
	top: 433px;
	left: 18px;
	width: 160px;
	height: 120px;
}


#monthmain	{
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 60px;
	float: left;
	width: 800px;
	}


#monthcontent	{
	width: 570px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	}




#monthcontent #bread	{
	margin-top: 10px;
	text-align: right;
	}




#monthcontent #date	{
	font-size: 0.75em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #0068B7;
	}




#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}




#monthpost	{
	padding-bottom: 10px;
	}




#monthsidebar	{
	width: 170px;
	float: right;
	padding-top: 10px;
	font-size: 0.75em;
	}




#monthsidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}




#monthsidebar li strong	{
	display: block;
	padding: 10px 20px;
	}

#monthsidebar li li	{
	padding: 5px 5px 5px 20px;
	background-image: url(images/mark_smallhalf.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#monthsidebar li li a	{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
	}

#monthsidebar li li a:hover	{
	color: red;
	}

#monthpost h2	{
	height: 50px;
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	color: #ff07fe;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0 10px;
	}

#monthlist h2	{
	margin: 30px 0 0;
	height: 35px;
	padding-bottom: 5px;
	background-image: url(images/underline.gif);
	font-size: 0.875em;
	}

#monthlist h2 a	{
	text-decoration: none;
	color: #00657d;
	}

#monthlist h2 span	{
	color: #888888;
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
	}

#monthlist h2 a:hover	{
	color: #00a0c6;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 140%;
	}








