/*
Theme Name: Mai-Mai
Description: sample
*/

/* ボディ */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	background:url(./bg01.gif) top center repeat-y;
	background-color: #FFFFFFF;
	background-repeat: repeat-y;
	background-attachment: fixed;

}

p.box	{
	float:right;
	background-color: #FFFFFF;
	border: dotted 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 20px}

p.box2	{
	border-bottom: dotted 1px #CCCCCC;
	padding: 0 10px 10px 10px;
	margin-top: 20px}

p.box3	{
	background-color: #FFFFFF;
	border: dotted 1px #2b76cc;
	padding: 10px 10px 10px 10px;
	margin-top: 20px}

p.midashi {
	font-size: 11pt;
	background-color: #FFFFFF;
	border: dotted 1px #CCCCCC;
	padding: 5px 10px 5px 10px;
}



/* コンテナ */
div#container	{
	width: 960px;
	margin: auto
}

/* ヘッダー */
div#header	{
	background-image: url(header.jpg);
	background-color: #a8d1ff;
	padding-top: 38px;
	padding-bottom: 100px}

div#header h1	{font-size: 1.875em;
	margin: 0 70px}

div#header h1 a	{text-decoration: none;
	color: #2b76cc}

div#header p	{
	font-size: 0.75em;
	margin: 8px 20px 0}

/* パンくず */
div#bread {
	border-bottom: dotted 1px #2b76cc;
	font-size: 0.75em;
	background-color: #FFFFFF;
	padding: 0 0 5px 10px;
}

div#bread a{
	text-decoration: none;
	color: #2b76cc;
}


/* コンテンツ */
div#content	{
	width: 740px;
	float: left;
	margin-bottom: 20px}

p#pagetitle	{
	color: #2b76cc;
	border: dotted 1px #2b76cc;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px}

p#subpage {
	border-bottom: dotted 1px #2b76cc;
	font-size: 0.85em;
	background-color: #FFFFFF;
	padding: 0 0 5px 10px;
}


/* 記事 */
div.post	{
	border: dotted 1px #2b76cc;
	padding: 18px;
	margin: 20px 0 20px auto;
	background: #FFFFFF;
	background:url(./bg_box01.jpg);
	background-color: #FFFFFFF;
	background-repeat : no-repeat

}

div.post h2	{
	text-decoration: none;
	font-size: 1.00em;
	background-image: url(mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 1px #cccccc;
	padding-top: 5px;
	padding-left: 27px;
	padding-bottom: 5px;
	margin: 0
}

div.post h2 a	{
	text-decoration: none;
	color: #000000}

div.post p	{
	font-size: 0.95em;
	line-height: 1.6;
	margin-top: 10px}

p.postinfo	{
	border-top: solid 1px #cccccc;
	font-size: 0.55em;
	color: #666666;
	text-align: right;
	padding-top: 5px;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: #2b76cc}

/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{
	font-size: 0.75em;
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{
	font-size: 0.75em;
	color: #2b76cc}

span.pageprev	{float: left}

span.pagenext	{float: right}


/* コメント */
#comments	{clear: both}

div#com	{border: solid 1px #2b76cc;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 400px}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #2b76cc;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{font-size: 0.75em}

div.compost	{border-bottom: dotted 1px #2b76cc}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed	{background-color: #a8d1ff;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #a8d1ff;
	padding: 8px;
	margin-bottom: 30px}

/* サイドバー */
div#sidebar	{
	font-size: 0.85em;
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px}

div#sidebar h2	{
	background-color: #CCCCCC;
	background-image: url(menubar.png);
	background-repeat: no-repeat;
	font-size: 1.00em;
	color: white;
	padding: 6px 8px;
	padding-left: 40px;
	margin: 0}

div#sidebar li	{
	font-size: 1.00em;
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 4px;
	vertical-align: top}

div#sidebar li a	{
	font-size: 10pt;
	text-decoration: none;
	color: #2b76cc;
}

div#sidebar ul	{
	margin: 8px 8px 20px;
	padding: 0
}

/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em}

#wp-calendar a	{color: #2b76cc}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{background-image: url(menubar.png);
	background-repeat: no-repeat;
	color: white;
	padding: 6px 8px;
	text-align: left}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #8cc63f;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* フッター */
div#footer	{
	border-top: solid 1px #CCCCCC;
	clear: both
	}

address	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding-top: 6px}

address a	{color: #000000}



