body {
	margin: 0px;
	color: #202030;
	background-color: #FFF;
	background-image: url("/img/back.gif");
	background-repeat: repeat-y;
	}

a { color: #9F988D; }
a:link { color: #0060C0; }
a:visited { color: #003090;}
a:active { color: #00A0F0; }
a:hover { color: #F000A0; }

a img      { filter:Alpha(opacity=100);-moz-opacity:1;}
a:hover img{ filter:Alpha(opacity=70);-moz-opacity:0.7;} 

.txss     { font-size: 11px ; line-height: 15px}
.txs      { font-size: 12px ; line-height: 17px}
.txm      { font-size: 13px ; line-height: 18px}
.txl      { font-size: 18px ; line-height: 23px}
.txll     { font-size: 24px ; line-height: 32px}
.copy     { font: 10px "Century Gothic", "Helvetica", "Osaka"; line-height: 26px; color: #999999}

#maincolor { background-color : #309EC8; }
#submenu { padding:0px 15px 0px 0px; }

hr {color: #E0E0E0;}
h2 {font-weight: bold;}
h3 {font-weight: bold;padding: 2px 5px;}

INPUT{
border-color:#E0E0E0;
background-color:#FFFFFF;}

#container {
	line-height: 130%;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#banner { height: 160px; width: 800px; }
#left   { float: left; width: 190px; overflow: hidden; }
#center { float: left; width: 450px; overflow: hidden; }
#right  { float: left; width: 160px; overflow: hidden; }
#fotter { height: 80px; width: 800px; text-align: center; }

#single { 
    float: left;
    width: 800px;
    padding: 20px 20px 20px 20px;
    font-size: 13px;
    overflow: hidden;
}

.content { padding: 15px 10px 5px 10px; }
.content p.posted {
	border-top: 1px dashed #E0E0E0;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}
.sidebar {padding: 15px;}

#calendar { line-height: 110%; }
#calendar table { border: 0px; width: 160px;}
#calendar th { text-align: center; }
#calendar td { text-align: center; }

.photo {
	text-align: left;
	margin: 5px;
	background-color: #FFF;
}

/*記事のタイトル*/
.content h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 150%;
}

/*記事部分*/
.content p {
    font-weight: normal;
    font-size:12px;
    line-height: 150%;
    text-align: left;
    background-color:#F0F0F2;
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*記事下のリンク*/
.content p.posted {
    font-size: 10px;
    text-align: right;
    padding: 3px 10px 3px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: normal;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {	width: 80%;	}
