@charset "UTF-8";


/*
Theme Name: Dull_Blue
Theme URI: http://icene.biz/
Description: Dull_Blue
Author: KEI
Author URI: http://icene.biz/
Version: ver 1.0
*/


/* ----------------------------------------------------
Copyright (C) 2007 www.icene.biz All rights reserved.
----------------------------------------------------- */






/* 
=======================================================
	Style Menu


	1.Default
	2.Base and Layout
	3.Elements


=======================================================
*/




/* ----------------------------------------------------
	1.Defoult
----------------------------------------------------- */




html, body, div,
h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0; }


p{ margin: 1em 0;}


dl{ margin: 1em;}
dl dt{font-weight: bold;}
dl dd{ margin: 0.5em 0 0.5em 1em; line-height: 1.5; }


ul{ margin: 1em; padding: 0;
	list-style-type:none; }
ol{ margin: 1em; padding: 0;
	list-style-position: inside; }


blockquote{
	margin: 1em 0; padding: 5px 7px;
	color: #666;
	border: 3px double #dcdcdc;
}




pre{
	margin: 1em 0; padding: 5px 7px;
	line-height: 1.4;
	background: #f0f0f0;
}




hr{
	display: block; clear: both;
	margin: 0; padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top: solid #fff;
	background: #fff; color: #fff;
}




ins{color: #999; text-decoration: underline;}
del{color: #999; text-decoration: line-through;}
em { font-weight: bold; font-style:normal;}
strong { font-weight: bold; text-decoration: underline;}


address{ display: inline; font-style: normal;}




a {text-decoration: none;}
a img{ border:none; text-decoration: none;}


a:link, a:visited {color:#5a8cb5;}/*{color:#5a8cb5;}*/
a:hover, a:active {color:#5a8cb5; text-decoration: underline;}




.entry a:link img,
.entry a:visited img{
	border: 1px solid #97c2bc;}


.entry a:hover img,
.entry a:active img{
	border: 1px solid #4779ab;
	text-decoration: underline;}






#sidebar a:link, #sidebar a:visited {color:#888899;}
#sidebar a:hover, #sidebar a:active {color:#5a8cb5;}






/* -----------------------------------------------------
	2.Base andLayout
----------------------------------------------------- */




body{
	font-family: Verdana,Helvetica,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 80%;
	color: #353535;
	text-align: center;
}


div#wrap {}
div.inner {
	margin: 0 auto;
	width: 780px;
	text-align: left; }






/* header ---------------------------------------- */




div#header {
	height: 235px;
	background: url(img/top_g.png) repeat-x left top;
}


#header .inner{
	position: relative;
}




h1 {
	padding: 100px 45px 0px; /*70px 45px 0px;*/
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 20pt;/*36pt;*/
	font-weight: normal;
	letter-spacing: 5px; /*10px;*/
}


#header a { color: #fff; text-decoration: none; }




div.description {
	padding: 10px 45px 0px;
	color: #d0f0e0;
	font-size: 90%; /*100%;*/
	font-weight: normal; /*bold;*/
	font-style: italic;
}




ul#topnavi{
	top: 1px; right: 0px;
	position: absolute;
	margin: 0;
}


ul#topnavi li{ display: inline; }


ul#topnavi li a{
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}




ul#topnavi li a:link,
ul#topnavi li a:visited {
	color:#29455e;
}


ul#topnavi li a:hover,
ul#topnavi li a:active {
	text-decoration: none;
	background: url(img/navion.gif) repeat-x left bottom;
}






/* contents -------------------------------------- */


#content{
	margin: 0; padding: 0;
}


#content.inner{
	padding: 1em 0 2em;
}




div#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#content {
	height: 1px;
	overflow: visible;
}
/**/




#main{
	width: 515px;
	float: left;
}


.post {
	margin:0px 0px 35px;
 width: 100%;
       	line-height: 1.5;
}




.post h2 {
	padding: 3px 7px;
	font-size: 100%;
	font-weight: bold;
	color: #252525;
	letter-spacing: 1px;
	border-left: 5px solid #4779ab;
}


h2 a:link, h2 a:visited {color:#252525;}
h2 a:hover, h2 a:active {color:#252525; text-decoration: none;}




.entry { 
	margin: 0;
	padding: 1px 0 1px 15px;
	border-left: 5px solid #dcdcdc;
}




ul.postmeta{
	margin: 0;
	padding: 2px 7px;
	font-size: 85%;
	color: #97c2bc;
	border-left: 5px solid #97c2bc;
}


ul.postmeta li { display: inline; }






/* comment */




#comments {
	margin:0px 0px 35px;
	line-height: 1.5;
}


#comments h3 {
	margin: 15px 0;
	padding: 3px 7px;
	font-size: 100%;
	font-weight: bold;
	color: #252525;
	letter-spacing: 1px;
	border-left: 5px solid #4779ab;
}




ul.commentlist { 
	margin: 0 10px 30px 0;
	padding: 3px 0; }




ul.commentlist li{ margin-bottom: 15px; }




.comment_data{
	padding: 2px 10px;
	color: #5a8cb5;
	font-size: 85%;
	border-left: 5px solid #97c2bc;
}


.commentlist li p{
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #dcdcdc;
}




dl.commentform { 
	margin: 0;
	padding: 5px 10px 5px 25px;
	border-left: 5px solid #dcdcdc; }


dl.commentform dt { color: #666; }
dl.commentform dd { margin: 7px 0; }




p#trackback{
	margin: 15px 0 25px;
	padding: 3px 7px;
	text-align :left;
	font-size: 85%;
	border-left: 5px solid #97c2bc;
}


input#tb{
	width: 400px;
	font-size: 95%;
	margin: 1em 0;
	color: #666;
}




div#pagenavi {
	margin: 0 0 2em;
	color: #dd0044; /*#bababa;*/ /*#dcdcdc;*/
	/*font-weight: bold;*/
	text-align: center; }


div#pagenavi a{ color: #668899; /*#a7bac5;*/}




/* sidebar --------------------------------------- */




#sidebar{
	width: 250px;/*230px;*/
	float: right;
	text-align: left;
	color: #555;
}




#sidebar h3{
	margin: 0 0 1em;
	padding: 2px 0px 2px 5px;
	color: #353535;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
	border-left: 5px solid #d52065;
}


/* search */




div.sidebox{
	margin: 0.5em 0.5em 1em; padding: 0; }
	
div.sidebox input {
	margin-bottom: 0.5em;
	padding: 2px;
	font-size: 85%;
	border : 1px solid #dddddd;
	background-color : #ffffff;
}


input#searchsubmit {
	margin-bottom: 0.5em;
	padding: 1px;
	font-size: 85%;
	color: #666;
	border : 1px solid #dddddd;
	background-color : #ffffff;
}


/* sidelist */
ul.sidelist{ margin: 0.5em 0.5em 1em; }
ul.sidelist li{ line-height: 1.5;}
/*2009/10/01追加*/
ul.sidelist2{ margin: 0.5em 0.5em 1em; height: 400px; overflow: auto;}
ul.sidelist2 li{ line-height: 1.5;}
/*2010/08/26追加(intel用)*/
ul.sidelist3{ margin: 0; height: 340px; width: 265px; overflow: auto;}
/*2010/06/05追加(sidelistと無関係)*/
ul.top100{ margin: 0.5em 15em 0.5em 0.5em; height: 300px; overflow: auto;}

/* 子カテゴリー */
ul.children{ margin: 0; }


ul.children li {
	padding-left: 13px;
	background: url(img/list_icon.gif) no-repeat left center; }






/* footer ---------------------------------------- */




div#footer{
	clear: both;
	font-size: 85%;
	color: #ffffff;
	background: url(img/ft_g.png) repeat-x left top;
}




p.toplink { 
	margin: 0;
	padding: 33px 0px 0px;
	text-align: right;}




div.copyright{
	padding: 2em 0 2.5em;
	text-align: center;
}




#footer a:link,
#footer a:visited{
	color:#ffffff; text-decoration: underline; }


#footer a:hover,
#footer a:active{
	color:#ffffff; text-decoration: none; }




/* ----------------------------------------------------
	3.Elements
----------------------------------------------------- */




/* ページ内見出し設定 */


div.entry h2{
	padding-left: 12px;
	font-size: 100%;
	font-weight: bold;
	color: #252525;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h2.gif) no-repeat left center;
}




div.entry h3{
	padding-left: 12px;
	color: #353535;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h3.gif) no-repeat left center;
}




div.entry h4{
	padding-left: 12px;
	color: #555;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	border: none;
	background: url(img/arrow_h4.gif) no-repeat left center;
}






textarea, input, select {
	padding: 2px;
	font-size: 100%;
	border : 1px solid #999;
}




/* MacIE */
textarea,input,select {
 font-family : "Osaka","\30D2\30E9\30AE\30CE\20Pro\20W3","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}






































































































