.entry-header { 
	color: black; 
	font-size:11pt;
	font-weight: bold; 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	padding-left: 10px; 
	border-left: 5px solid #f60; 
	}

td,
.entry-body,
.entry-body p { 
	clear: both;
	font-size:11pt;
	line-height: 15pt;
	}

.module-content { 
	font-size:11pt;
	line-height: 14pt;
	background-color: #e1f2ff; 
	background-position: 0 bottom; 
	padding: 5px 8px;
	border-top: 1px solid white; 
	border-bottom: 1px solid white; 
	}



/***** ベース *****/

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

body,th,td,li,div,address{
	font:11pt/14pt Verdana, Arial, sans-serif;
}

form,input{
	font:12px/16px Verdana, Arial, sans-serif;
}

textarea{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

p,h1,h2,h3,h4,h5,h6,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.Clear{
	clear:both;
	height:0;
	line-height:0;
}

.Clear hr{
	display:none;
}


/********** リンク **********/

a:link,
a:active{
	color:#3366cc;
	text-decoration:none;
}

a:visited{
	color:#0066cc;
	text-decoration:none;
}

a:hover{
	color:#cc6600;
/*	text-decoration:none;*/
}


/********** レイアウト **********/

#container{
	width:680px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}

#MainWrap{
	width:470px;
	float:right;
}

#SideWrapAlpha{
	width:200px;
	float:left;
}


/********** ヘッダー **********/

#header{
	border-top:solid 5px #cccccc;
}


/********** メニューバー **********/

#Menubar{
	background:url('images/Menubar/menubarBG.gif') left top no-repeat;
	margin-bottom:10px;
	padding:0 10px;
	list-style:none;
	height:26px;
	color:#333333;
}

#Menubar p{
	width:110px;
	height:26px;
	float:left;
}

#Menubar p a{
	width:110px;
	height:26px;
	display:block;
/*	text-indent:-9999px;
	overflow: hidden;
	text-decoration:none;*/
}

#NaviHome a{background:url(images/Menubar/Home.gif) left top no-repeat; }
#NaviKisochishiki a:hover {background:url(images/Menubar/Home.gif) left top no-repeat; }
#NaviQaA a{background:url(images/Menubar/QaA.gif) left top no-repeat; }
#NaviJissen a{background:url(images/Menubar/jissen.gif) left top no-repeat; }
#NaviContact a{background:url(images/Menubar/contact.gif) left top no-repeat; }
#NaviProfile a{background:url(images/Menubar/profile.gif) left top no-repeat; }


#Menubar p a:hover { background-position:0 40px; }


/********** メインスペース **********/


/* BlogDescription */

#Description{
	font-size:11pt;
	font-weight:normal;
	line-height:30px;
}

/* NewEntries */

#NewEntries{
	margin:10px 0 20px 2px;
}

#NewEntries dt,
#NewEntries dd{
	font-size:11pt;
	line-height:160%;
}

#NewEntries dt{
	width:100px;
	float:left;
}

#NewEntries dd{
	margin-left:110px;
}


/********** サイドバー **********/

.ModuleWrap{
	margin-bottom:10px;
}

.ModuleTitle{
	font-size:10pt;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	background-color:#999999;
}

.ModuleBody{
	padding:5px;
	border:solid 1px #cccccc;
}

.ModuleBody ul{
	margin:0;
	padding:0;
}


.ModuleBody li{
	margin-left:18px;
}


/********** フッター **********/

#Footer{
	padding:20px 0;
	font-size:10pt;
	font-style:normal;
	text-align:center;
	border-top:solid 1px #cccccc;
}

#Footer address,
#Footer p{
	font-size:10pt;
	font-style:normal;
}
	
#cate_list h2 { 
	font-size:11pt;
	font-weight: bold; 
	line-height: 1.3; 
	}
