/*
Theme Name: ASAHI 02
Theme URI: http://www.www.www/
Description: ASAHI 02
Author: MAO
*/

/*
body
wrapper
main

header
	h1
		img
	ul
		ul
	li
		a
		a:hover


top

bread

contents

footer

topnews

*/

body	{
	margin: 0;
	padding: 0;
	background-color: #ffffcc;
	text-align: center;
	}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
}

#main	{
	background-color: #ffffff;
	padding: 10px 20px 1px;
	}

a	{
	color: #00a0c6;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header h1	{
	background-color: #00657d;
	margin: 0;
	}

#header h1 img	{
	border: none;
	margin: 10px 20px;
	}

#header ul	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #00657d;
	height: 2em;
	font-size: 0.75em;
	}

#header ul ul {
	display: none;
	}

#header li	{
	text-align: center;
	border-right: solid 1px #00657d;
	float: left;
	line-height: 2em;
	}

#header li a	{
	display: block;
	width: 140px;
	text-decoration: none;
	color: #333333;
	}

#header li a:hover	{
	background-color: #bbff7a;
	}


/* ++++++ トップページのデザイン ++++++ */

#top	{
	background-color: #000000;
	position: relative;
	top: 0;
	left: 0;
	}

#topimg	{
	margin: 0;
	}

#message	{
	position: absolute;
	top: 10px;
	left: 480px;
	width: 280px;
	font-size: 0.875em;
	line-height: 180%;
	}


/* ++++++ パンくずリンクのデザイン ++++++ */

#bread	{
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

#contents	{
	width: 500px;
	float: left;
	margin: 20px 0px 0px;
	}

.post h2	{
	font-size: 1.2em;
	color: #3366aa;
	border-bottom: solid 2px #538ad8;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.75em;
	}

#link	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
	border: solid 1px #00a0c6;
	}

#link th	{
	width: 100px;
	background-color: #88c0ff;
	}

#link a	{
	text-decoration: none;
	color: #000000;
	}

#link a:hover	{
	color: #00657d;
	}

/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 0.75em;
	width: 170px;
	float: right;
	margin-left: 30px;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
	background-color: #538ad8;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #538ad8;
	}

#calendar a	{
	text-decoration: none;
	color: #3366aa;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}

/* ++++++ クリアーのデザイン ++++++ */
.clear	{
	clear: both;
	margin: 0;
	}

.clear2	{
	clear: both;
	}

/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	background-color: #00347e;
	padding: 10px 20px;
	}

#footer address	{
	color: #ffffff;
	font-size: 0.75em;
	font-style: normal;
	}


/* ++++++ ニュースコンテンツのデザイン ++++++ */

#topnews	{
	position: absolute;
	top: 235px;
	left: 485px;
	width: 290px;
	}

#topnews h2	{
	margin: 0;
	padding: 3px;
	background-color: #00657d;
	color: #ffffff;
	font-size: 0.75em;
	}

#topnews div	{
	border: solid 1px #00657d;
	overflow: auto;
	height: 120px;
	}


#topnews ul	{
	font-size: 0.75em;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color: #00657d;
	}
