* {
  margin: 0;
  padding: 0;
    }

body {
    font-size:small;
    _font-size:x-small;
    line-height: 150%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:#000000;
    background-repeat:repeat;
    background-color:#333333;
    background-position:center top;
    text-align:center;
    }

a {
text-decoration:none;
}

a:link {
    color: #0E02A0;
	}

a:visited {
    color: #0E02A0;
	}

a:active {
    color: #C2C0E2;
	}

a:hover {
	color: #C2C0E2;
	}


h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    }

#outline {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 0px;
    width: 950px;
background-image:url('/images/article/00030/entrybg.gif');
background-repeat:no-repeat;
    background-color:#ffffff;
    }

#pluslogo{
    width: 950px;
    background-color:#000000;
    text-align:right;
    } 



#header {
    font-family:Arial,Helvetica,sans-serif;
    background-image:url(/images/article/00030/01.jpg);
    color: #000000;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 950px;
    height: 165px;
    background-position:bottom;
    background-repeat:no-repeat;
    }

#header a {
	color: #ffffff;
	text-decoration: none;
	}

#header a:hover {
	color: #FFEB53;
	text-decoration: none;
	}
	
#header h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 0px 0px 0px 0px;
    padding:10px 310px 0px 15px;
    }

#header h2 {
	font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding:5px 310px 15px 15px;
	color: #ffffff;
	}

/*main--------------------------------------------------*/

/*メイン部分*/
#main {
   float: left;
   width: 630px;
   overflow: hidden;
   }


/*エントリボックス*/
.content {
padding: 10px 20px 10px 20px;
margin:10px 10px 10px 10px;
border-width:0px;
border-color:#0F0477;
border-style:solid;
}


/*エントリの本文*/
.content p {
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	}

pre{
    font-size:small;
    _font-size:x-small;
    }

/*コメントの本文*/
.content #comment p {
    padding-left: 15px;
    margin-bottom: 10px;
    }

/*エントリのタイトル*/
.content h3 {
    font-size:midium;
    _font-size:small;
    color:#000000;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 5px;
    width:100%;
    font-weight:bold;
    background-repeat:no-repeat;
    border-left-color:#0F0477;

    border-left-style:solid;
    border-left-width:18px;
    }

/*トラックバックURL｜トラックバック一覧｜コメント一覧｜コメントする*/
.content h5 {
    font-size:small;
    _font-size:x-small;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    width:100%;
    text-align:left;

    border-left-color:#0F0477;

    border-left-style:solid;
    border-left-width:5px;
    font-weight:bold;
    }

/*エントリの日付*/
.content h5.date {
    font-size:small;
    _font-size:x-small;
    margin: 5px 0px 5px 0px;
    padding:0px 0px 1px 0px;
    width:100%;
    text-align:left;
    border:none;
    }

/*トラックバックのタイトル*/
.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:dotted;
    border-top-width:1px;
    border-top-color:#666666;
    }

/*コメントの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: right;
    width: 314px;
    line-height:16px;
    overflow: hidden;
    padding: 0px;
    }

.sidebar {
	padding: 7px;
	}

.sidebar h2 {
    font-size:small;
    _font-size:x-small;
    font-weight: bold;
    text-align:left;
    margin: 10px 0px 0px 0px;
    padding: 2px 2px 2px 7px;
    color: #ffffff;
    border-width:0px;
    border-color:#cccccc;
    border-style:solid;
    background-image:url(/images/article/00030/side.jpg);
    }

.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: 0px 0px 0px 0px;
	padding: 2px 2px 2px 7px;
	display:block;
 	list-style-type:none;
	}

.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;
	}

.sidebar img {
	}

#calendar {
	color: #dddddd;
	margin-bottom: 11px;

	}

#calendar a {
text-decoration:underline;
}



#calendar table {
    font-size:midium;
    _font-size:small;
    margin:5px 15px 0;
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 266px;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
    font-size:small;
    _font-size:x-small;
	}

#calendar td {
	text-align: center;
    font-size:small;
    _font-size:x-small;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}


#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;
    }


/*rss----------------------------------------------------*/

#rss{
    text-align:center;
    margin-top:10px;
    }

/*----------------------------------------------------*/

#infobox{
border-width:1px;
border-color:#000000;
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;
 background-color:#000000;
 border-width:1px;
 border-color:#000000;
 border-style:solid;
 background-image:none;
}

img.profile{
}

#adtag{
background-color: #FFFFFF;
}

