/*
Theme Name: TANPOPO
Description: タンポポハウスのテンプレート
*/


/* 基本設定 */

a	{
	color:#23464c;
	}

a img	{
	border: none;
	}


body	{
	background-color: #23464c;
	background-image: url(img/back.png);
	}

#container	{
	width: 780px;
	background-color: #ffffff;
	margin: auto;
	}

#subcontainer	{
	padding: 10px;
	}

#footer	{
	width: 780px;
	margin: auto;
	}

.clearbox	{
	clear: both;
	font-size:1px;
	line-height: 0;
	color: white;
	}



/* ------------------- コンテナ ----------------- */

/* ------------------- サブコンテナ ----------------- */



/* ------------------- ヘッダー ----------------- */

/* ロゴ */

h1	{
	float: left;
	width: 288px;
	margin: 2px 0 -20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	}


/* ナビ */

#header ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#header li	{
	float: left;
	}

#header li a	{
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	text-decoration: none;
	}

#subnav	{
	padding-top: 10px;
	}

#subnav ul	{
	float: right;
	font-size: 0.875em;
	}

#subnav li	{
	width: 94px;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding: 0px 0 2px;
	}

#mainnav	{
	clear: both;
	width: 760px;
	}

#mainnav ul	{
	font-size: 0.875em;
	float: right;
	}

#mainnav li	{
	width: 105px;
	margin-left: 8px;
	}

#mainnav li a	{
	background-image: url(img/tab105dark.png);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 12px 0 8px;
	}

#mainnav li a:hover	{
	background-position: 0 5px;
	}

#mainnav li a:active	{
	background-position: 0 8px;
	padding: 16px 0 4px;
	}


#mainnav li.current_page_item a	{
	background-image: url(img/tab105light.png);
	}


/* ------------------- メイン ----------------- */

#main	{
	clear: both;
	border-top: solid 10px #1f785d;
	}


/* ------------------- コンテンツ ----------------- */

/* パンくず */
p#bread	{
	font-size: 0.75em;
	margin-top: 5px;
	}


/* メッセージ */
#message	{
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	background-image: url(img/line335.gif);
	background-repeat: repeat-y;
	}

#message p	{
	margin: 0 0 30px;
	}

#message.line300	{
	background-position: top right
	}


/* ボックスＢ */
.boxb	{
	background-color: #23464c;
	background-image: url(img/boxb370-mid.png);
	margin-bottom: 15px;
	}

.boxb-top	{
	font-size: 1em;
	color: #ffffff;
	background-image: url(img/boxb370-top.png);
	padding: 8px 10px;
	margin: 0;
	}

.boxb-top img	{
	vertical-align: -3px;
	}

.boxb-mid	{
	font-size: 0.875em;
	color: #ffffff;
	background-color: #23464c;
	background-image: url(img/boxb370-mid.png);
	padding: 0 10px;
	}

.boxb-midinner	{
	border-top: dotted 2px #ffffff;
	padding: 20px 0 0;
	}

.boxb-midinner p	{
	margin: 0;
	line-height: 1.4;
	}

.boxb-bot	{
	background-image: url(img/boxb370-bot.png);
	background-position: bottom left;
	}





/* ボックスＷ */
.boxw	{
	background-image: url(img/boxw370-mid.png);
	}

.boxw-top	{
	font-size: 1em;
	color: #23464c;
	background-image: url(img/boxw370-top.png);
	padding: 8px 10px;
	margin: 0;
	}

.boxw-top img	{
	vertical-align: -3px;
	}

.boxw-mid	{
	font-size: 0.875em;
	background-image: url(img/boxw370-mid.png);
	padding: 0 10px;
	}

.boxw-midinner	{
	border-top: dotted 2px #23464c;
	padding: 20px 0 0;
	}

.boxw-midinner p	{
	margin: 0px 0 12px;
	line-height: 1.4;
	}

.boxw-midinner ul	{
	margin: 0 0 0 10px;
	padding: 0;
	}

.boxw-midinner li	{
	line-height: 1.4;
	list-style-type: none;
	background-image: url(img/mark03.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	}

.boxw-bot	{
	background-image: url(img/boxw370-bot.png);
	background-position: bottom left;
	}


.boxw300 .boxw-top	{
	background-image: url(img/boxw300-top.png);
	}

.boxw300 .boxw-mid	{
	background-image: url(img/boxw300-mid.png);
	}

.boxw300 .boxw-bot	{
	background-image: url(img/boxw300-bot.png);
	}



/* ------------------- フッター ----------------- */

#footer	{
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	color: white;
	width: 280px;
	margin:auto;
	padding: 20px 0;
	}

address img	{
	float: left;
	margin-right: 10px;
	}

