@charset "EUC-JP";

/*==============================
	基本タグ設定
==============================*/
* {
	
	font-family:"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 12px;
	/*line-height:150%; */

}

body {
/*	color:#606060; */
	color: #000000;
	text-align: center;
/*	background: #eeeeee url(./image/bg.jpg) repeat-x; 
	background-color:#e0e0e0; 
	background-color:#d0d0d0; 
	font-family:"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 75%;
	line-height:150%;
	padding:0px;
	margin:0px;  */
}

#wrapper{
	width:800px;
	background:url(./image/base_bg.jpg) repeat-y;
	margin:0 auto;
	text-align: left;
}

p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
a{
	color:#000099;
}
a:hover {
	color:#ff6600;
}

img {
	border:none;
}


strong {
	color:#ff6633;
	font-weight:bold;
	font-size:120%;
	line-height:100%;
}
em {
	color:red;
	font-weight: normal;
	font-style:normal;
}
sup {
	vertical-align : 20%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
}


	



h1 a {
	display: block;
	text-decoration: none;
	width: 250px;
	height: 90px;
	text-indent: -10000px;
}
	
h2{
	background:url(./image/h2.jpg) no-repeat;
	padding-left:30px;
	height:20px;
	width:500px;
	font-size:15px;
	padding:5px;
	color:white;
	margin-bottom:5px;
}


h3 {
	border-left:#629ED5 5px solid;
	border-bottom:3px double;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	color:#3A6FCD;
	font-weight: bold;
	clear:both;
}

dt {
	font-weight:bold;
}
dl,ul,ol,form {
	margin-top:0px;
	margin-bottom:0px;
}
form p{
	margin:1px;
	line-height:100%;
}
textarea {
	font-size:100%;
	overflow:auto;
}

input {
	font-size:100%;
	line-height:100%;
}

hr.sep {
	display:none;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	background:#ffffff url(./image/banner.jpg)  no-repeat 100%;
	color:#666666;
	height:100px
}
#banner a {
	text-decoration:none;
	color:#990000;
}

#banner h1 {
	font-family:georgia,"ＭＳ Ｐゴシック",serif;
	font-size:250%;
	font-weight:bold;
	padding:15px;
	color:white;
}


#banner h2 {
	font-family:georgia,"ＭＳ Ｐゴシック",serif;
	font-size:100%;
	font-weight:bold;
}

#banner p {
	margin:0.3em 0px;
	font-weight : bold;
	line-height:140%;
	width:550px;
	color:white;
	padding-left:20px;

}
#banner a img {
	border:0px;
}

#banner img {
	float:left;
	margin-right:10px;
}

#banner_note {
	background:#f0f0f0;
	text-align:center;
	padding:2px;
	border-bottom:1px solid;
}
/*==============================
	本文エリア
==============================*/
#container {
/*	position: relative; */
	width:100%;
}


#content {
	float: right;
/*	margin-left:220px;
	top:auto; 
	padding:8px 10px 8px 5px;
	min-width:530px; 
	width:70%;  */
	width:540px;
	padding-right:10px;
	margin-bottom:30px;
}

#footer {
	clear:both;
	background: url("./image/footer.png") no-repeat;
	text-align:center;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
}


/* 前後移動とか */
#menu {
	background-color: white;
	font-weight:bold;
	line-height:100%;
	padding:8px;
	margin-bottom:16px;
	border:2px groove white;
}
#menu p{
	margin:0px;
	padding:2px;
}
#menu .btn_prev,
#menu .btn_next {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	font-size:0px;
}
#menu a {
	text-decoration:none;
}

/* 本文１項目 */
#content .item {
	margin-bottom:16px;
	background-color: white;
	border:2px groove white;
	padding:8px;
}

.item h2{
	background:url(./image/h2.jpg) no-repeat;
	padding-left:30px;
	height:20px;
	width:500px;
	font-size:15px;
	padding:5px;
}

/*
.item h2 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:120%;
	font-weight:bold;
	border-bottom:2px dotted;
	margin-top:5px;
}
*/

.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:75%;
}
.item .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
}

/* BBS */
.bbs_form {
	background-color: white;
	border:2px groove white;
	margin-bottom:16px;
	padding:8px;
	text-align:right;
}
.bbs_AuthorUrl {
	font-size:92%;
	line-height:100%;
	text-align:right;
	margin:0px;
	padding:0px;
}

/*==============================
	ツッコミ関係
==============================*/
.writeback {
	margin-top:0px;
	padding-top:8px;
	border-top:2px dotted;
	text-align:right;
	line-height:120%;
}
.writeback a {
	text-decoration:none;
}
.writeback form {
	text-align:right;
	margin-bottom:0.5em;
}
.writeback dl {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	line-height:100%;
	padding:2px 0.5em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback dt {
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:100%;
}
.writeback dd {
	font-weight:normal;
	margin-left:24px;
	margin-bottom:0.25em;
	line-height:125%;
}
.writeback li {
	line-height:125%;
}
.writeback ul {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	padding:2px 2em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback .url{
	font-size:11px;
	margin:0px;
}

/*==============================
	サイドバーエリア
==============================*/

#links {
	font-size:10px;
	float: left;
	width:200px;
	margin:0px;
	padding-left:15px;
	padding-top:8px;

}

#links img {
	margin-bottom:-2px; 
	border:none;
}



#links .side1 {
	background-color:#9c9c9c;
	padding-top:2px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:2px solid #cccccc;
	padding-left:10px;
	padding-right:8px;
}

#links .center {
	text-align:center;
}

#links ul{
	list-style:none;
	margin:0px;
	padding-left:6px;
}

	
.side1 li {
	margin-left:0px;
	border-bottom:2px solid #cccccc;
	width:176px !important; 
	text-decoration:none;
	text-indent: 10px;
}

.side1 a {
	text-decoration:none;
	background: #ffcc33 url(./image/menu1.gif) repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:100%;
}

.side1 a:hover {
	background: url(./image/menu2.gif) repeat-x;
	color:#ff6600;
}





/* カレンダー */
#links table.calendar th,
#links table.calendar td {
	text-align:center;
	line-height:100%;
	padding:1px 2px;
}
#links table.calendar tr.caption td,
#links table.calendar tr.caption th {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid;
}
#links table.calendar a{
	font-weight:bold;
}

#links h1,
#links h2,
#links h3,
#links h4,
#links h5,
#links h6 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

.data_title{
	background:#525252 url(./image/blog_title.gif) no-repeat;
	border-bottom:1px solid #000000;
	color:#ffffff;
	width:430px;
	margin-left:20px;
	margin-right:20px;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	
}

.data_descri{
	background-color:#ffffff;
	color:#000000;
	font-size:95%;
	width:460px;
	margin-left:20px;
	margin-top:5px;
}

.data_descri strong{
	color:#000000;
}	

.data_more {
	text-align:right;
	padding-right:30px;
	margin-bottom:3px;
}


#front_box{
	background-color:#b3b3b3;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;

	width:468px;	
}

.adsense_up{
	margin-left:20px;
	margin-right:20px;
}

.note p{
	font-size:12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url("./image/note_line.gif");
	margin-right:20px;
	margin-left:25px;
	line-height:28px;
	margin-bottom:20px;
	letter-spacing:0.2em;
}

.note img{
	float:left;
	margin-bottom:10px;
	margin-left:10px;
}



.aboutus{
	width:513px;
	text-align:center;
	background:url(./image/catch.jpg) no-repeat left top;
	height: 250px;
	padding:0x;
	margin-bottom:10px;
}

.aboutus2 {
	line-height: 22px;
	color:white;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 450px;
	margin:0px;
	float:left;
	padding-top: 120px;
	padding-right:0;
	padding-left: 60px;
}


.pr1 {
	width:500px;
	background: url(./image/pr1.jpg) no-repeat;
	height:135px;
	text-align:center;
	margin-left:20px;
	margin-bottom:10px;
	padding:0px;
	clear:both;
}


.pr1 img {
	float:left;
	width:100px;
	padding-top:50px;
	padding-left:30px;
}

.pr1 p {
	font-size:12px;
	line-height:15px;
	text-align:left;
	display: block;
	float:left;
	padding-top:45px;
	padding-left:15px;
	width:330px;
}


.top_all {
	clear:both;
}

.top_right {
	float:right;
	width:50%;
}

.top_left {
	float:left;
	width:50%;
}

.top_all p{
/*
	font-size: 12px;
	margin-right: 20px;
	background:url(../image/top_txt_bg.gif);
	margin-left: 10px;
	line-height: 20px;
	padding-top:5px;
*/
	
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url("./image/note_line.gif");
	margin-right:20px;
	margin-left:25px;
	line-height:28px;
	margin-bottom:20px;

}
	
.top_all h3{
	background:url(./image/h4_2.gif) no-repeat;
	border:none;
	margin-bottom:5px;
	text-indent:40px;
	margin-left: 15px;
	margin-top: 15px;
	height: 24px;

}


#head_menu{
	background:url(./image/navi_bg.png) no-repeat;
	height:40px;
	margin-bottom:5px;
	color:#c2c2c2;
}	
	
#head_menu li{
	display: inline;
	margin-left:10px;
	padding:0;

}

#head_menu ul{
	padding-top:20px;
	padding-left:10px;
	padding-bottom:5px;
	
}

#head_menu a{
	color:#87CEEB;

}

#head_menu a:hover{
	color:#ff6600;
}

.iti06 {
	line-height: 14px;
	display: block;
	height: 28px;
	background-image: url(./image/yazirusi.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	text-indent: 11px;
	padding:0px;
	margin:0px;
	width: 240px;
	font-size: 13px;
}


 table{
	 border-collapse: collapse;
	 border: 1px solid #999999;
	 color: #666666;
	 clear:both;
	 width: 100%;
	 background-color: #FFFFFF;						
 }
 
td{
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	padding: 7px;
}											
										
h5 {
	font-size:16px;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	height: 26px;
	width: 100%;
	line-height: 24px;
	text-align: left;
	background-image: url(./image/h5.jpg);
	color: #2A4666;
	font-weight: lighter;
	text-indent: 32px;
	margin-top: 15px;
}
										


#explain {
	width:500px;
	margin-left:20px;
	margin-top:15px;
}

#explain table{
	border-top:1px solid #CCCCCC;
	border-bottom:none;
	border-left: none;
	border-right:none;
	width:100%;
}

#explain td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding:10px;
}

#explain th{
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	color: white;
	background: url("./image/th.jpg");
	font-weight: bold;
	padding:10px;
	width:150px;
}

#explain th.must{
	border-left-color: #D90000;
}

#explain th em {
	font-style: normal;
	color: #FF0000;
	padding-left:5px;

}

.center{
	text-align:center;
}

.clear {
	clear:both;
}
