/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 720px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#two #center	{
		width: 565px;
		}

	/* サイドバーの横幅 */
	#two #left, #right	{
		width: 155px;
		}





/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 720px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 150px;

		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 350px;

		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 150px;

		}

/* ++++++ その他設定 ++++++ */


body {
	margin: 0px 0px 20px 0px;
	background-color: #FFF;
   text-align: center
        
	}

	/* リンクの設定 */
a {
	text-decoration: underline;
	}

a:link {
	color: #006699;
	}

a:visited {
	color: #006699;
	}

a:active {
	color: #006699;
	}

a:hover {
	color: #6495ED;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

	/* containerの設定 */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px 0px 15px 0px;
	width: 720px;
	background-color: #FFFFFF;
	border: 1px solid #ccc
	}


	/* header 設定 */
#banner {
	font-family: sans-serif, Verdana, Arial ;
	color: #666;
	background-color: #FFF;
	text-align: center;
	padding: 0px 0px 0px 0px;

	}

	/* siteheader */

.sitehead {
	background-color: white;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	border-bottom: 1px solid #ccc
}

.sitehead img {
	vertical-align:middle;
	}

.topimage {
	width:700px;
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px
	}

.content {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
#banner-img {
	display: none;
	}


#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}


	/* left menu 設定 */

#left {
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0px 8px 0px 8px;
	overflow: hidden;
}

	/* center contents 横幅設定 */

#center {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	line-height: 150%;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}

.content pre {
	font-size: larger;
}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	padding-left:5px;
	margin: 0px 20px 10px 20px;
}

	/* right menu 設定 */

#right {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 8px;
	overflow: hidden;
}


.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #555555;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 0px 5px;
}

.content h3 {
	color: #666666;
	font-family: sans-serif, Verdana, Arial;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 50px 0px 10px 10px;
	
	}	
	

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

	
.sidebar p {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	color: #666;
	line-height: 135%;
	font-size: 10pt;
}

.sidebar font{
	color: #555555;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px
}

.corner{
	background: #D8E2EF url(http://www.mimei.info/test//images/corner_b.gif)no-repeat top right;
}

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

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

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

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}



.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#footer	{
	clear: both;
	}


#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#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;
	}
	
	
/* +++++++++++++++++++++ parts デザイン設定 +++++++++++++++++++++ */

/* header design settings */



/* contents design settings */



/* menu design settings */


.menu h2	{
	font-size: 10pt;
	margin: 0px 20px 0px 5px;
	text-align: left;
	color: #666;
	background-color: #fff;
	padding: 0px 0;
}

.menu a	{
	color: #3366aa;
	text-decoration: none;
	}

.menu ul	{
	width: 120px;
	font-size: 0.75em;
	list-style-type: none;
	margin: 0px 20px 0px 5px;
	padding-left: 0;
	line-height: 14pt;
	}

.menu li	{
	width: 120px;
	background: #fff;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;	
	border-left: 3px solid #ccc;
	text-align: left;
	text-decoration: none;
	font-size: 10pt;
	color: #666;
	}


.menu li ul { 
	margin-left:7em;
	margin-top:-2em; 
	display: none; 
	} 

.menu li.overm{/*マウスを乗せたときの枠色・背景色*/
	border-left: 3px solid #C8E5EE;
	background-color: #FEFEFF;
  }

  
.menu p{
	background-color: #fff;
	padding: 0px 5px 5px 5px;
	margin-top: 0px;
	color: #666;
	line-height: 140%;
	font-size: 10pt;
}
/* footer design settings */


.copy {
	margin-top: 10px;
	font-size: 10pt;
	text-align: center
}

