@charset "UTF-8";
/* CSS Document */

#main-head{
width:740px;
height:85px;
background:#eddfce;
margin-bottom:20px;
}

#main-head-title{
color:#827572;
font-size:14pt;
position:relative;
top:10px;
left:10px;
}

#main-head-entries-box{
position:relative;
top:10px;
left:10px;
width:720px;
height:45px;
}

.main-head-entries{
font-size:10px;
line-height:105%;
width:174px;
height:45px;
border-right:solid 1px #a28869;
float:left;
margin-right:5px;
}

.main-head-entries p{
color:#645142;
}


/*　　リンク関連　　*/	
	.main-head-entries p a:link{color:#645142; text-decoration:none;}/*未訪問のリンク*/
	.main-head-entries p a:visited{color:#645142; text-decoration:none;}/*訪問済みリンク*/
	.main-head-entries p a:hover{color:#B5B93A; text-decoration:underline;}/*マウスカーソル等がその上に来ている要素*/
	.main-head-entries p a:active{}/*選択中の要素*/
	.main-head-entries p a:focus{}/*キーボード等によってフォーカスが与えられている要素*/
/*　　リンク関連　　*/

#main-entries{
width:545px;
margin-right:20px;
float:left;
}

.main-entry{color:#663333; background:#eddfce; margin-bottom:15px;}
.main-entry-date{font-size:12px; padding-top:10px;}
.main-entry-title{font-size:16px; padding-bottom:3px; border-bottom:1px #663333 dotted; margin-bottom:10px;}
.main-entry-body{font-size:12px; padding-bottom:20px;}

.main-entry-body img{ margin-top:15px; border:none;}

.main-entry-date,.main-entry-title,.main-entry-body{
width:525px;
margin-left:10px;
}

#main-archive{
width:175px;
background:#eddfce;
float:left;
_text-align:center;
}

h2{
color:#827572;
font-size:14px;
}

.module{
padding-top:15px;
padding-bottom:15px;
width:165px;
margin:0px auto;
_text-align:left;
}

.module-list-item{margin-bottom:5px; font-weight:800px;}

	.module-list-item a:link{color:#827572;}/*未訪問のリンク*/
	.module-list-item a:visited{color:#AA9894;}/*訪問済みリンク*/
	.module-list-item a:hover{color:#B5B93A;}/*マウスカーソル等がその上に来ている要素*/
	
.module-header{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #a28869;
}

/* @group TEXT_COLOR */

.tc-sred {
	color: #FF3366;
}

.tc-orange {
	color: #CC6666;
}

.tc-yellow {
	color: #CC9966;
}

.tc-dgreen {
	color: #336633;
}

.tc-green {
	color: #66CC99;
}

.tc-lblue {
	color: #6699CC;
}

.tc-blue {
	color: #6666CC;
}

.tc-purple {
	color: #9966CC;
}

.tc-pink {
	color: #CC6699;
}

.tc-red {
	color: #CC0033;
}

.tc-gray {
	color: #666666;
}

/* @end */



