/*   
Theme Name: yukioka
Theme URI: http://yukioka.ac.jp/
Description: a-brief-description
Author: 
Author URI: http://yukioka.ac.jp/
Template: 
Version: 1.0
.

.
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;

}

#page{
	margin:30px;

}

#header{
	width:100%;
	background-image:url(images/head_back.png);
	height:120px;
	background-repeat: repeat-x;
	
}

#headerimg{
	background-image:url(images/head.png);
	height:120px;
	background-repeat: no-repeat;
}

#headerimg img{
	margin:30px;
}

#mainbox{
	float:right;
	width:100%;
	border-color:#2f6596;
	border-style:solid;
	border-width:1px;
	background-image:url(images/menu.gif);
	background-repeat: repeat-y;
	background-position: right;	
}

#content{
	margin-right:200px;
	padding:20px;
}

#content h2{
	font-size: 15pt;
	font-weight: bold;
	height:60px;
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding:2px 0px 0px 10px;
	color:#333;
}

#content h2 a{
	font-weight: bold;
	color:#333;
}

#content h3{
	font-size: 13pt;
	font-weight: bold;
	color:#333;
	margin:10px 0px 10px 0px;
}

#content h3 a{
	font-size: 13pt;
	font-weight: bold;
	color:#333;
	margin:10px 0px 10px 0px;
}

h3.comments{
	
}

#content small{
	font-size:8pt;
	color:#666;
	
}

div.entry{
	margin:10px 0px 20px 0px;
	line-height:150%;
	
}

p.postmetadata{
	font-size:8pt;
	color:#666;
	margin-bottom:30px;
}

p.postmetadata a{
	font-size:8pt;
	color:#2f6596;
}

p.postmetadata a:hover{
	color:#063A6F;
}


#sidebar{
	float:right;
	width:200px;
	padding:20px 5px 20px 5px;
	font-size: 9pt;
}

h2.widgettitle{
	font-weight: bold;
	
}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 5px 2px 5px 2px;
	margin:3px 0px 3px 0px;
	border-color:#2f6596;
	border-style:dotted dotted dotted solid;
	border-width:1px 1px 1px 3px;
	display:block;
	color:#2f6596;
}
#sidebar ul ul li a, #sidebar ul ol li a {
	color:#2f6596;
	text-decoration: none;
}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	color:#063A6F;
}


#pageend{
	clear:both;
}

#comment{
	border: 1px solid #cccccc;
	background-color:#F5F5F;
	margin:5px 0px 5px 0px;
}

.inputtext{
	border: 1px solid #cccccc;
	background-color:#F5F5F;
	margin:5px 0px 5px 0px;
}

#submit{
	border: 1px solid #cccccc;
	margin:5px 0px 5px 0px;
}