* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
}


a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

div{ margin:auto; }

/*-----------ヘッダー--------------------*/
#header{
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(img/head-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 157px;
	text-align: left;
}
	
#header h1 {
	color: #CCCCCC;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	font-size: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	height: auto;
	width: auto;
}

#header h1 a {
	color: #999999;
}
	
#header h2 {
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	font-size: 13px;
}


/*-----------コンテンツ--------------------*/
#content{
	width: 750px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #666666;
	background-image: url(img/line-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/*-----------メイン--------------------*/
#main{
	width:430px;
	margin-left:150px;
	margin-right:150px;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 130%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E6E6E6;
	padding-top: 10px;
}


.entry
{
	width:100%;
	background-color:#FBFBFB;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4E4;
}


#main .entry h2 {
	font-size: 13px;
	background-color: #FFFFFF;
	width: 96%;
	border: 1px solid #C0C0C0;
	padding: 2px;
	background-image: url(img/ent-1.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}


#main .entry .article {
	margin-top: 5px;
	line-height:180%;
	margin-bottom: 5px;
}
#main .entry  .image img{
	border:none;
	margin-right:2% !important;;
	margin-right:1%;
}

/*-----------サイドバーレフト--------------------*/

#side-left{
	float:left;
	width:150px;
	position: absolute;
	background-image: url(img/line-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 12px;
	line-height: 140%;
}

#side-left .module a:link {
	color: #666666;
	text-decoration: underline;
}

#side-left .module a:visited {
	color: #666666;
	text-decoration: underline;
}

#side-left .module a:hover {
	color: #0B0B0B;
	text-decoration: underline;
}

div#side-left.side dl.module dt {
	background-image: url(img/navi-bg2.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 18px;
	margin-top: 10px;
	font-weight: bold;
	color: #BABABA;
}



div#side-left ul {
	margin: 0px;
	padding: 0px;
}

div#side-left ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
	font-size: 11px;
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}


/*-----------サイドバーライト--------------------*/

#side-right {
	float:right;
	width:150px;
	position:absolute;
	margin-left:600px;
	font-size: 12px;
	line-height: 140%;
	background-image: url(img/line-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#side-right .module dt {
	height: 15px;
	margin-top: 10px;
	padding-left: 5px;
	border: 1px solid #E4E4E4;
	width: 130px;
	background-color: #F3F3F3;
}

#side-right ul {
	margin: 0px;
	padding: 0px;
}

#side-right ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	font-size: 11px;
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	background-color: #FFFFFF;
}

#side-right .module .calendar th {
	background-color: #E4E4E4;
}

#side-right .module .calendar table {
	width: 135px;
}

/*-----------他--------------------*/


p.foot{ clear:both; }

dl#comment{
	border-top:1px solid #999;
	margin-top:2em;
}
p.cfoot{
	margin-bottom:3em;
	border-bottom:1px solid #999;
}

dl#comment dt{
	font-weight:bold;
}
dl#comment dt.info{
	font-weight:normal;
}
