/* ブログ全体の設定 */

.fontred { color:red; }
.findingtag { color:red; font-size:10pt; font-weight:bold; }}
.htmltag { font-weight:bold; }
.zokusei { color:red; }
.stylerei { color:red; font-weight:bold; }

body {
	margin: 0px  0px;
	background:url(http://www.homepagesakusei.biz/img/back.gif) repeat-y #f2f2f2;
	background-position: center ;
	color: #666666;
	font-size: 10px;
	line-height: 150%;	
        	text-align: center;        
	}


/* リンクの設定 */

a {
	text-decoration: none;
	color: #267db1;			
	}

a:link {
	color: #9999FF;
	}

a:visited {
	color: #9999FF;
	}

a:active {
	color: #9999FF;
	}

a:hover {
	color: #ff6600;
	position:relative; top:1px; left:1px;
	}



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

/* 全体の設定 */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 730px;	
	background: #fff url(http://www.homepagesakusei.biz/img/main_bg.gif) repeat-y;
	border: 1px solid #666;
	}

#banner {
	background: url(http://www.homepagesakusei.biz/img/head_bg.jpg) no-repeat;
	text-align: left;
	padding: 15px 100px 15px 0px;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	height: 90px;
	margin:0px;
	}

#banner-img {
	display: none;
	}

#banner a {
	color: #666;
	text-decoration: none;
	}

#banner h1 {
	font-size: 18px;
	letter-spacing:0.6em;
	padding:10px
	}

#banner h2 {
	font-size: 11px;
	padding:10px;
	}

#title {
	background: url(http://www.homepagesakusei.biz/img/head_bg.jpg) no-repeat;
	text-align: left;
	padding: 15px 100px 15px 0px;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	height: 90px;
	margin:0px;
	}

#title-img {
	display: none;
	}
	
#title a {
	color: #666;
	text-decoration: none;
	}
	
#title h2 {
	font-size: 18px;
	letter-spacing:0.6em;
	padding:10px
	}

#title h3 {
	font-size: 11px;
	padding:10px;
	}
	
#description {
	font-size: 9px;
	text-aling: center;
	}
	
#description h1 {
	font-size: 10px;
	}
	
#description h2 {
	font-size: 9px;
	}


/* メルマガの設定 */

.melma {
	text-align: left;
	background: #fff url(http://www.homepagesakusei.biz/img/melma_bg.gif) repeat-x;
	padding-top: 5px;
	font-size: 10pt;
	}


.melma_foot {
	text-align: left;
	background: #fff url(http://www.homepagesakusei.biz/img/melma_bg_foot.gif) repeat-x;
	background-position: bottom;
	padding: 5px;
	font-size: 10pt;
	}

/* メニュー部分の設定 */

#menu {
	text-align:left;
	background:url(http://www.homepagesakusei.biz/img/melma_bg.gif) repeat-x;

}

#menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 5px 12px 0px 12px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	display:block;
}

#menu li a {
	float: left;
	list-style-type: none;
	font-size: 12px;
	padding:5px 10px;
	border:1px solid #cccccc;
	background:#f2f2f2;
	text-decoration:none;
}

#menu li a:hover { 
	border:1px solid #c33;
	background:#faa;
	color:#fff;
}

. favorite{
	text-align: right;
}


/* 記事部分の設定 */

#center {
	float: left;
	text-align: center;
	width: 500px;
	overflow: hidden;
	}

.adsense1 {
	margin: 5px 15px 10px 15px;
	background:#FFFFFF;
	color: #666666;
	font-size: 12px;
	border: 1px solid #9999FF;
	}

.adsense {
	margin: 5px 15px 10px 15px;
	background:#f2f2f2;
	color: #666666;
	font-size: 12px;
	border: 1px solid #9999FF;
	}

.content {
	background: url(http://www.homepagesakusei.biz/img/title_bg.gif) no-repeat ;
	padding: 8px 15px 5px 15px;
	margin: 5px 15px 10px 15px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	}

.content p {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

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

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


/* 記事タイトルの設定 */
.content h2 {
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	}
/* 記事タイトルの設定ここまで */

.content h3 {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;	
	}

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


/* 右サイド部分の設定 */

#right {
	float: left;
	width: 228px;
	background-color: #f2f2f2;
	overflow: hidden;
	margin-top: 5px;
	border: 1px solid #9999FF;
}


.sidebar {
	padding: 10px;
	margin-bottom: 30px;
	}


.sidebar h2 {
	border:1px solid #c33;
	background:#faa;
	color:#fff;
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;	
	text-transform: uppercase;  	
	letter-spacing: .3em;
	}

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

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

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

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

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

.sidebar img {
	border: 3px solid #666;
	}

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

/* カテゴリー一覧の設定 */

.side,
.sideCategories,
.sideManual {
	margin: 15px 5px 18px 0px;
	font-size: 10px;
	line-height: 150%;
	word-break: break-all;
	padding: 0;
	height: 1%;
}

ul.tree {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 10px;
	list-style: none!important;
}
ul.tree ul {
	margin: 0px!important;
	padding: 0px!important;
}
ul.tree li {
	margin: 0px!important;
	padding: 0px 0px 0px 16px!important;
	background-image: url(http://www.homepagesakusei.biz/img/tree_lst_dotted.gif);
	background-repeat: no-repeat!important;
	list-style: none!important;
}
ul.tree li.end {
	background-image: url(http://www.homepagesakusei.biz/img/tree_end_dotted.gif);
	list-style: none;
}

/* カテゴリー一覧の設定ここまで */


/* 最近の記事の設定 */

#entry{
	list-style-type:none;
}

#entry ul {
	padding-left: 0px;
	margin-right:8px;
	margin-bottom:30px;
	}

#entry li{
	display:block;
	list-style-type:none;
}

#entry li a{
	display:block;
	width:100%;
	list-style-type:none;
	margin:5px 10px 0px 0px ;
	padding:3px;
	border:1px solid #cccccc;
	font-size:10px;
	background:#f2f2f2;
	text-decoration:none;
}

#entry li a:hover{
	border:1px solid #c33;
	background:#faa;
	color:#fff;
}

/* 最近の記事の設定ここまで */


#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #666;
	margin: 10px;
	}

#powered {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #666;
	background-color: #fff;
	padding:5px 10px;
	border:1px solid #ccc;
	}

#pankuzu {
	text-align: left;
	font-size: 10px;
	background-color: #fff;
	padding-left:15px;
	}

#map {
	font-size: x-small;
	text-align:left;
	padding: 3px 0 3px 0;
	}


#map ul{
	font-size: x-small;
	color: #666;
	list-style-type: decimal;
	line-height: 100%;
	}

#map li a{
	font-size: 10pt;
	list-style-type: decimal;
	}

#date{
	font-size: x-small;
        	text-align:right;
	margin-top:30px;
	border-top: 1px solid #f2f2f2;
	}


.style1 {
	color: #FF9900
	}

.style2 {
	color: #CC0000
	}

#fadeinbox{
	position:absolute;
	width: 500px;
	left: 0;
	top: -400px;
	border: 1px solid red;
	background-color: #f2f2f2;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
	font-size: 12px;
	}
.10 { font-size:10pt; }
.11 { font-size:11pt; }
.12 { font-size:12pt; }
.15 { font-size:12pt; }
.16 { font-size:15pt; }
.titleimage { width:422; height:71; border:0pt; }
.mapgif { width:12; height:12; }
.rankgif { width:12pt; height:11pt; }
.12bold { font-size:12pt; font-weight:bold; }
.bold { font-weight:bold; }
.redbold { font-weight:bold; color:red; }
.12redbold { font-weight:bold; color:red; font-size:12pt; }
.hr1 { width:100%; border:1pt solid #333399; }
.hr2 { width:100%; border:1pt solid #333399; }
.hr3 { width:100%; border:1pt solid #333399; }
.findingbox { background-color:#66ccff; font-weight:bold; text-align:center; }
.finding { font-size:22pt; font-weight:900; }
.tagbox { width:80pt; }
.mag1 { width:38px; height:33px; }
.mag2 { width:88px; height:31px; }
.20 { line-height:20pt; }
.paragraph { line-height:15pt; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.leftwidth { width:20%; }
.rightwidth { width:15%; }
.centerwidth { width:15.5%; text-align:center; }
.source { background-color:#ffffcc; }
.word { font-weight:bold; }
.attribute { font-weight:bold; color:red; }
.value { font weight:bold; } 
.width100 { width:100%; }
.width10010 { width:100%; font-size:10pt; }
.width40 { width:40%; }
.width50 { width:50%; 
.width500 { width:300pt; }
.aiueo { color:#ff0000; }
.widthhasi { width:140pt; }
.width10 { width:10%; }
.height30 { height:30pt; }
.height50 { height:50pt; }
.width5 { width:5pt; }
.width25 { width:25%; }
.width30 { width:30%; }
.width45 { width:45%; }
.height500 { height:500pt; }
.height470 { height:470pt; }
.gazou { width:70; height:90; }
.topmoji { color:#ff6600; font-weight:bold; }
