/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 770px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 540px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

img {
	border: none;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

/* 右サイドバーの左の余白 */
#right {
	margin-left: 30px;
	}
	
#left div div, #right div div {
	margin-left: 0;
	margin-right: 0;
	}

#banner {
	margin-bottom: 50px;
}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ スポンサー枠のデザイン ++++++ */

.ad {
	margin: 30px 0;
        text-align: center;
}

.ad_serch {
	margin: 15px 0;
        text-align: center;
}

.ad_box {
	margin: 30px 0px;
}

.ad_link {
	margin: 5px 0;
	border-bottom: solid 1px #333;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#banner {
	border: 1px solid #666;
}




#title {
	height: 100px;

}

#title h1 {
	position: absolute;
	top: 40px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin-left: -10000px;
	margin-bottom: 0;
}

#title h1 a {
	text-decoration: none;
	color: #333;
}

#summary {
	margin: 10px 0px;
	border-top: 1px solid #ccc;
	}

#summary h2 {
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	margin: 20px 0px;
}



h3 p {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 6px;
	color: #666;
	padding: 5px;
	border: 1px #fff solid;
	width: 540px;
}

#head_navi {
	text-align: center;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0px;
	width: 770px;
}

#foot_navi {
	text-align: center;
	clear: both;
	width: 770px
	margin: 100px 0 30px 0;
	padding: 0 0 15px 0;
}


#head_navi ul, #foot_navi ul {
	margin: 0px;
	padding: 5px 0;
}

#head_navi li, #foot_navi li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
	border-right: 1px solid #333;
	padding: 0 1em 0 1em;
}

#head_navi li.top, #foot_navi li.top {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
	border-right: 1px solid #333;
	border-left: 1px solid #333;

}

#head_navi a:link, #head_navi a:visited, #foot_navi a:link,  #foot_navi a:visited {
	display: block
	display: inline;
	text-decoration: underline;
	font-size: 12px;
	line-height: 125%;
	color: #00f;

}

/*	color: #00f; */


#head_navi a:hover, #foot_navi  a:hover {
	text-decoration: none;
}



/* ++++++ パンくずリストのデザイン ++++++  */

#head_menu {
	margin: 40px 0 15px 0;
	text-align: left;
	font-size: 12px;
	line-height: 125%;
}


#head_menu a:link, #head_menu a:visited {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	line-height: 125%;
	color: #00f;

}
/*	color: #00f; */


#head_menu a:hover {
	font-weight: bold;
	text-decoration: none;
}



/* ++++++ コンテンツ部分のデザイン ++++++ */



.pageTop h2, .entry h2 {
	font-size: 1.0em;
	line-height: 1.3em;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-left: 10px solid #3366aa;
	border-bottom: dotted 1px #3366aa;
	background-color: #ebebeb;
}

.pageTop {
	font-size: 0.75em;
	line-height: 2.1em;
	margin-bottom: 80px;
}

.pageTop h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	border: 1px dashed #666;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align: center;
}

.pageTop ul {
	width: 95%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pageTop li {
	border-bottom: 1px dotted #666;
	margin: 2px 0;
}

.entry {
	font-size: 0.75em;
	line-height: 2.1em;
	margin-bottom: 60px;
}


.entry img.ph, #center img.ph {
	margin-bottom: 3em;
	margin-right: 3em;
	float: left;
}



.entry h2, #center h2 {
	clear: both;
}


.entry h3.se, .entry h3 {
color: #3366aa;
}
.entry h3.se {
        margin-top: 50px;
}



#more {
	claer: both;
}

#more h2.summary {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #3366aa;
	border: 1px dashed #666;
	padding: 10px 10px;
}


#main p.des {
	padding-left: 25px;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 30px;
}


#page dt {
	float: left;
	width: 200px;
	clear: both;
	}

#page dd {
	margin-left: 225px;
	margin-bottom: 50px;
	}


dl.port {
	font-size: 1em;
	line-height:145%;
	color: #333333;
	margin-bottom: 4em;
	width: 100%;
}
.port dt {
	float:left;
	width: 5em;
	clear: both;


}
.port dd {
margin-left: 6em;
	margin-bottom: 1em;
}

.entry ul {
	list-style: none;
	margin: 0;
}
.entry li {
	margin: 0;
}
/* ++++++ サイドバー部分のデザイン ++++++ */
/*

.sidebar h2 {
	font-size: 0.75em;
	margin-bottom: 0;
	text-align: center;
	background-color: #ccc;
	padding: 3px;
	}

.sidebar a {
	color: #66aacc;
	}


.sidebar ul {
	font-size: 0.75em;
	list-style-type: none;
	margin-toip: 5px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	}
*/

#right {
	margin-bottom: 100px;
}

#recent h2.menu {
	font-size: 0.75em;
	margin-bottom: 1px;
	text-align: center;
	color: #fff;
	background-color: #cc6600;
	padding: 10px 0;
	line-height: 1.3em;
}



#recent h2.sp {
	font-size: 0.75em;
	margin-bottom: 1px;
	text-align: center;
	color: #fff;
	background-color: #006600;
	padding: 10px 0;
	line-height: 1.3em;
}

#recent h2.look {
	font-size: 0.75em;
	margin-bottom: 1px;
	text-align: center;
	color: #fff;
	background-color: #060;
	padding: 10px 0;
	line-height: 1.3em;
}



#recent ul {
	font-size: 0.75em;
	list-style: none;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0px;
}

#recent a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	width: 185px;
	line-height: 1.5em;
	color: #666;
	border-bottom: dotted 1px #666;
	background: #fff url("img/delta.gif") no-repeat 3px 50%;

}


#recent a:hover {
	text-decoration: underline;
	background: #E9E8E8 url("img/delta2.gif") no-repeat 3px 50%;

}

#powered {
	margin-top: 10px;
	padding: 10px;
	border: 1px dashed #104B9B;
	font-size: 0.7em;
	color: #666;
	text-algin: center;
}

/* ++++++ フッター部分のデザイン ++++++ */

#footer {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 10px solid #3366aa;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}
