/*
Theme Name: Original Theme
Theme URI: http://spring.sakurasaita.net/
Description: Original
Version: 1.0
Author: Masa
*/

/***************************************************
* 汎用
****************************************************/
*{
	margin: 0;
	padding: 0;
}

/* リンク */
a:link    {text-decoration: underline; color: #CC0000;}  /*link text*/
a:visited {text-decoration: underline; color: #CC0000;}  /*visited url*/ 
a:active  {text-decoration: underline; color: #CC0000;}  /*on click link text*/
a:hover   {text-decoration: underline; color: #CC0000;}  /*over cursor*/

/* 表示領域 */
body{
	background: #e9e7e7;
	font-size: 80%;
}

/* リスト */
ul, ol{
	list-style: none;
}
ul li, ol li, dl dt{
	padding-left: 15px;
	background: url(images/arrow-blue.gif) no-repeat;
	background-position: 0 0.6ex;
}
dl{
	margin: 15px 0;
	padding-left: 15px;
}
dl dt{
/*	font-weight: bold;*/
}
dl dd{
	padding-left: 40px;
}

/* フォーム */
input, textarea{
	padding: 2px;
	padding-bottom: 1px;
	border: 1px solid black;
	font-size: 100%;
}

/* 画像の左寄せ・右寄せに使用する */
img.imgleft{
	float: left;
}
img.imgright{
	float: right;
}

/* 境界線 */
hr {
	clear:both;
	border:none;
	border-bottom: 2px dotted #A86363;
}

/* 文字色色 */
.color0{color: #FFFFFF;} /* 白 */
.color1{color: #765C5C;} /* 茶色 */
.color2{color: #A86363;} /* 濃い赤 */
.color3{color: #e9e7e7;} /* 薄い赤 */

/* 文字色・背景色のペア */
.colorpare0{background-color: #FFFFFF; color: #000000;} /* 背景色：白		文字色：黒 */
.colorpare1{background-color: #765C5C; color: #FFFFFF;} /* 背景色：茶色		文字色：白 */
.colorpare2{background-color: #A86363; color: #FFFFFF;} /* 背景色：濃い赤	文字色：白 */
.colorpare3{background-color: #e9e7e7; color: #000000;} /* 背景色：薄い赤	文字色：黒 */

/* 枠線 */
.frame1{border-color: #765C5C;} /* 茶色 */
.frame2{border-color: #A86363;} /* 濃い赤 */
.frame3{border-color: #e9e7e7;} /* 薄い赤 */

/***************************************************
* トップフレーム （IEのセンタリング・bodyタグでwidth無効対策）
****************************************************/
#topframe{
	width: 100%;
	text-align: center;
}

#topinnerframe{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

/***************************************************
* メインヘッダ、メインフッタ、メインエリア
****************************************************/
#mainheader, #mainfooter{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #765C5C;
	color: #FFFFFF;
}
#mainfooter{
	font-size: 85%;
}
#mainbody{
	position: relative;
	clear: both;
	_height: 90em;
	min-height: 90em;
	background: #A86363;
}

/***************************************************
* メインヘッダ - メインメニュー
****************************************************/
#mainmenu{
	padding-left: 15px;
	background: #765C5C;
	color: #FFFFFF;
}
#mainmenu ul li{
	display: inline;
	margin-right: 15px;
}
#mainmenu ul li a{
	text-decoration: none;
	color: #FFFFFF;
}

/***************************************************
* メインフッタ - 著作権表示
****************************************************/
#rights{
	text-align: center;
}



/*
 * 以下メインエリア(#mainbody)内
 */



/***************************************************
* ナビゲータ（左右）
****************************************************/
#leftnavi{
	left: 0;
	width: 200px;
}
#rightnavi{
	right: 0;
	width: 100px;
}
.navigator{
	position: absolute;
	height: 100%;
	padding: 0 15px;
	background: #A86363;
}

/***************************************************
* ナビゲータ - プロファイル
****************************************************/
.navigator .profile{
	padding: 20px 0 30px;
	width: 100%;
}
.navigator .profile .title{
	line-height: 110%;
	font-size: 200%;
	font-family: Verdana;
	font-weight: bold;
}
.navigator .profile .title a{
	text-decoration: none;
	color: #471B1B;
}
.navigator .profile .logo{
	padding: 5px 0 15px;
}
.navigator .profile .logo img{
	border: 1px solid #000000;
}
.navigator .profile .description{
	line-height: 150%;
	color: #FFFFFF;
}

/***************************************************
* ナビゲータ - ウィジェット
****************************************************/
.navigator .widget{
	width: 100%;
	background: #e9e7e7;
}
.navigator .widget .header{
}
.navigator .widget .header .title{
	padding: 5px 10px;
	background: #765C5C;
	color: #FFFFFF;
}
.navigator .widget .footer{
}
.navigator .widget .body{
	padding: 10px 15px;
}
.navigator .widget .body a:link,
.navigator .widget .body a:visited,
.navigator .widget .body a:active,
.navigator .widget .body a:hover{
	text-decoration: none;
}
#searchform{
	padding: 15px;
}
#s{
	width: 70%;
}
/***************************************************
* メインコンテンツ
****************************************************/
#maincontents{
	_height: 90em;
	min-height: 90em;
	margin: 0 130px 0 230px;
	padding: 0 20px;
	background: #FFFFFF;
}

/***************************************************
* メインコンテンツ - 投稿表示
****************************************************/
#maincontents .post{
	padding: 10px 0;
}
#maincontents .post .header{
	padding-top: 15px;
}
#maincontents .post .footer{
}
#maincontents .post .body{
	padding: 25px 0 10px;
	line-height: 150%;
}
#maincontents .post .title{
	border-bottom: 2px dotted #A86363;
	font-weight: bold;
	font-size: 160%;
}
#maincontents .post .title a{
	text-decoration: none;
	color: #471B1B;
}
#maincontents .post .date{
	text-align: right;
}
#maincontents .post .commentlink{
	text-align: right;
	padding-left: 25px;
	background: url(images/comments.png) left no-repeat;
	background-position: 0 1px;
}

/* 投稿本文で使用するCSS */

#maincontents .post .body p{
	margin-bottom: 1.2em;
}
#maincontents .post .body h3{
	padding: 5px;
	margin: 30px 0 10px;
	border: 2px dotted #A86363;
	background: #e9e7e7;
	font-size: 120%;
	color: #471B1B;
}
#maincontents .post .body h4{
	font-weight: bold;
	font-size: 100%;
	margin: 1.2em 0;
}
#maincontents .post .body blockquote{
	padding: 8px;
	margin: 15px;
	margin-right: 0;
	border: 2px dotted #543A3A;
	background: #EEEEEE;
}
#maincontents .post .body .frame h4{
	margin: 0;
}
#maincontents .post .body .frame p+h4{
	margin-top: 1.2em;
}
#maincontents .post .body .frame p{
	margin: 0;
}
#maincontents .post .body .frame p+p{
	margin-top: 1.2em;
}
#maincontents .post .body cite{
	display: block;
	margin-top: 15px;
}
#maincontents .post .body ul, #maincontents .post .body ol{
	margin: 15px;
}
#maincontents .post .body .frame,
#maincontents .post .body code{
	display: block;
	padding: 2px 5px;
	margin: 15px;
	border: 1px solid #543A3A;
	background: #E5E5FF;
}
#maincontents .post .body code{
	font-family: monospace;
	white-space: normal;
}
#maincontents .post .body .switchclose{
	padding-left: 15px;
	background: url(images/tree-open.gif) no-repeat;
	background-position: 0 0.7ex;
}
#maincontents .post .body .switchopen{
	padding-left: 15px;
	background: url(images/tree-close.gif) no-repeat;
	background-position: 0 0.7ex;
}
#maincontents .post .body .comment{
	color: #008000;
}
#maincontents .post .body .point{
	color: #FF0000;
}
#maincontents .post .body img{
	margin: 15px;
	margin-left: 0;
	border: 1px solid black;
}
#maincontents .post table{
	margin: 15px 0;
	margin-top: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
#maincontents .post table caption{
}
#maincontents .post table caption{
}
#maincontents .post table th{
	padding: 2px 15px;
	border: 1px solid #FFFFFF;
	background: #B5B5FF;
	text-align: center;
}
#maincontents .post table td{
	padding: 2px 15px;
	border:1px solid #FFFFFF;
	background: #E5E5FF;
}
#maincontents .post ul li, ol li, dl dt{
	background-position: 0 0.9ex;
}

/***************************************************
* メインコンテンツ - レスポンス情報
****************************************************/
#maincontents .response{
	margin-top: 20px;
}
#maincontents .response .header{
	line-height: 25px;
	vertical-align: middle;
	margin: 20px 0 10px;
	background: #765C5C;
	color: #FFFFFF;
}
#maincontents .response .header .caption{
	margin-left: 10px;
}
#maincontents .response .footer{
}
#maincontents .response .body{
	padding: 10px 0;
}

/***************************************************
* メインコンテンツ - レスポンス情報内
****************************************************/
/* コメント表示部分 */
#maincontents .response ol li{
	padding: 0;
}
#maincontents .response .body .info{
	padding: 1px 0;
	border-bottom: 1px dotted #A86363;
}
#maincontents .response .body .info .owner{
	padding-left: 15px;
	background: url(images/arrow-blue.gif) no-repeat;
	background-position: 0 0.6ex;
	text-decoration: none;
}
#maincontents .response .body .info .meta{
	margin-left: 20px;
}
#maincontents .response .body .value{
	padding: 3px 0 15px;
	line-height: 120%;
}

/* トラックバック・RSS */
#maincontents .response .body .trackback{
}

#maincontents .response .body .feed{
}

/* 投稿フォーム */
#frmauthor{
}
#frmemail{
}
#frmurl{
}
#frmvalue{
	width: 98%;
}
