@charset "UTF-8";

* {margin:0px;padding:0px;}

h1,h2,h3{font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}
html {color:#000000;}

body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#ffffff;
	background-image:url(img/bg_body_dot.gif);  
	background-repeat:repeat;  
	background-attachment:scroll;
}

a {color:#000000;text-decoration:underline;}
a:link {color:#000000;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:visited {color:#999999;text-decoration:underline;}
a:active {color:#333333;text-decoration:none;}
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}

#left a,#right a {color:#000000;text-decoration:underline;}
#left a:link,#right a:link {color:#000000;text-decoration:underline;}
#left a:hover,#right a:hover {color:#333333;text-decoration:none;}
#left a:visited,#right a:visited {color:#999999;text-decoration:underline;}
#left a:active,#right a:active {color:#333333;text-decoration:none;}

#wrapper {
	width:950px; /* A */
	margin:0 auto;
	padding:20px 0 0;
	text-align:left;
	background-color:#fff;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:910px;  /* B */
	height:130px;
	clear:left;
	margin:0 auto 20px;
	padding:0;
	background-color:#ffffff;  
	background-image:url(img/bg_title_blue910.jpg);  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:200px;  /* C */
	zoom:1;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:440px;  /* D */
	padding:0 20px 0 20px;
	zoom:1;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:230px;  /* E */
	zoom:1;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
h1 {font-size:20px;padding:30px 0 0 30px;}

div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {margin:0 0 15px 0;}

h2 {font-size:14px;font-weight:bolder}
.entryBody {margin:15px 0 0 0;}

.pageTop {margin:10px 0 0 0}

h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0;}

.sideContents {margin:0 0 20px 0;}

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

.detail_1 {
 height:170;
 width:400;
 overflow-y:scroll;
}
.detail_4 {
 float:left;
 width:30%;
}
.detail_5 {
 float:right;
 width:55%;
 border:1px;
}