* {
margin: 0;
padding: 0;
}
body {
	font-size: small;
	_font-size: x-small;
	line-height: 150%;
	text-align: center;
	background: #2b3024 url(/images/article/01085/bg.jpg) 0 0 repeat-x;
}

h1, h2, h3, h4, h5 {
 margin: 0px;
 padding: 0px;
}


#outline {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 760px;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	border-width: 0 1px;
	background: #fff;
}


#pluslogo{
width: 760px;
background-color:#000000;
text-align:right;
}


#header {
	color: #000000;
	height: 300px;
	width: 760px;
	background: url(/images/article/01085/head.jpg) 0 0 no-repeat;
}


#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}
	
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}



/*main--------------------------------------------------*/

/*メイン部分*/

#main {
	float: right;
	width: 560px;
	overflow: hidden;
}


/*エントリボックス*/

.content {
	padding: 10px;
	margin: 10px;
	background: #ffff00;
	border: solid 0px #efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior:url(/images/article/01085/border-radius.htc);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
}



/*エントリの本文*/

.content p {
font-weight: normal;
text-align: left;
margin-bottom: 10px;
margin-top: 0px;
padding:0 10px;
}

pre{
font-size:small;
_font-size:x-small;
line-height: 150%;
}

/*コメントの本文*/

.content #comment p {
 padding-left: 15px;
 margin-bottom: 10px;
font-size:small;
_font-size:x-small;
 }

/*エントリのタイトル*/

.content h3 {
	font-size:14px;
	font-weight:bold;
	height: 36px;
	max-height: 36px;
	_height: 36px;
	line-height: 36px;
	background: url(/images/article/01085/bg_h3.jpg) 0 -2px no-repeat;
	border: solid 1px #075B05;
	padding: 0 10px 0 70px;
	margin: 0 -10px;
	_width: 538px;
	_margin-left: -8px;
	text-shadow: 0px 1px 1px #022f02;
	filter: Shadow(Color=#022f02, Direction=90, Strength=1);
	-moz-box-shadow: 0 1px 2px #8BB52D;
	-webkit-box-shadow: 0 1px 2px #8BB52D;
}


.content h3 a:link {
	color: #fff;
	text-decoration: none;
}

.content h3 a:visited,
.content h3 a:active{
color: #fff;
}
.content h3 a:hover {
	color: yellow;
}



/*トラックバックURL｜トラックバック一覧｜コメント一覧｜コメントする*/

.content h5 {
font-size:small;
_font-size:x-small;
margin: 15px 0px 0px 0px;
text-align:left;
border-left-color:#535353;
border-left-style:solid;
border-left-width:7px;
padding-left:4px;
font-weight:bold;
}

/*エントリの日付*/

.content h5.date {
font-size:small;
_font-size:x-small;
 margin: 0px;
 text-align:right;
 border:none;

 padding:3px 0 0 10px;
_padding:2px 0 0 10px;
font-weight:100;
}

/*トラックバックのタイトル*/

.content h6 {
	font-size:small;
	_font-size:x-small;
	margin: 15px 0px 5px 0px;
	padding: 1px 0px 1px 0px;
	width:100%;
	}

/*トラックバックURL*/

.content h6.tb_url {
 font-weight:normal;
 padding-left: 15px;
}

/*コメントのタイトル*/

.content #comment h6 {
	font-size:small;
	_font-size:x-small;
	width:100%;
	line-height:20px;
	}

/*エントリのposted by*/

.content p.posted {
 text-align: right;
 border-top-style:solid;
 border-top-width:1px;
 border-top-color:#7f7f7f;
 margin:0 auto;
 padding-top:4px;
}

/*コメントのposted by*/

.content #comment p.posted {
border-top: none;
text-align: right;
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#666666;
}

/*トラックバック引用文*/

.content #trackback p.posted {
 text-align: left;
 padding-left: 15px;
 border:none;
}

/*HR区切り線*/

hr {
width:95%;
text-align: center;
border-style:solid;
border-color:#aaaaaa;
height:1px;
}

/*-----------------------------------------------------------*/

#sub {
	float: left;
	width: 198px;
	line-height:16px;
	overflow: hidden;
	padding: 0px;
	color: #000000;
	margin-top: 26px;
}

.sidebar {
	padding: 7px;
}
#sub .sidebar div {
}
#sub .sidebar div ul,
#sub .sidebar div p {
	padding: 5px;
}

.sidebar h2 {
	font-size:small;
	_font-size:x-small;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 4px 2px 4px 7px;
	color: #ffffff;
	background:url(/images/article/01085/bg_h5.jpg) no-repeat left top;
	background-color:#000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior:url(/images/article/01085/border-radius.htc);
	border: solid 1px #075B05;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 3px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 0px;
	}

.sidebar li {
	font-weight: normal;
	text-align:left;
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 2px 12px;
	display:block;
 	list-style-type:none;
	background:url(/images/article/01085/list_mark.gif) no-repeat left top;
	}

.sidebar #categories li{
	font-weight: normal;
 	text-align:left;
 	margin: 0px 0px 0px 0px;
 	padding: 2px 2px 2px 7px;
 	display:block;
 	list-style-type:none;
	}


#calendar {
margin-bottom: 11px;
}

#calendar table {
	font-size: small;
	_font-size:x-small;
	margin-top:5px;
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 180;
}
#calendar th {
	text-align: center;
	font-weight: normal;
	font-size:small;
	_font-size:x-small;
	padding:4px 2px;
}
#calendar td {
	text-align: center;
	font-size:small;
	_font-size:x-small;
	padding:4px 2px;
}
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

#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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


#profile p{
margin:5 10 5 10;
}



/*search----------------------------------------------------*/
#search	input{
margin-top:6px;

}



/*rss----------------------------------------------------*/

#rss{
text-align:center;
margin-top:10px;
}


#rss_feed h3	{
background: none;
}


/*----------------------------------------------------*/


#infobox{
border-width:1px;
border-color:#444444;
border-style:solid;
}

.sidebar #info h2{
	font-size:small;
	_font-size:x-small;
	font-weight: bold;
	text-align:left;
	margin: 3px 0px 0px 0px;
	padding: 2px 2px 2px 7px;
	color: #ffffff;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;	
	-moz-border-radius-bottomleft : 0;
	-moz-border-radius-bottomright : 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	behavior:url(/images/article/01085/border-radius.htc);
	
}

img.profile{
}

#footer	{
background-color:#000000;
margin:0;
padding:4px;
text-align:center;
}
#footer a {
	color: #ffffff;
}
#group ul li {
	margin: 0 2px 3px 0;
}
