		@charset "UTF-8";
		
		/* CSS Document */
		
		/***********************************************/
		/* NetStar,Inc SiteUmpire                            */
		/* 2008 create by Explorer Project          */
		/***********************************************/
		
		/***********************************************/
		/* HTML tag styles                             */
		/***********************************************/ 
		
		*{
		  margin:0;
		  padding:0;
		}
		
		body{
			font-family: "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
			color: #000;
			line-height: 150%;
			margin: 0px;
			padding: 0px;
			font-size: 13px;
			text-align: center;
		}
		
		a:link {
			color: #039;
			text-decoration: none;
		}
		
		a:visited {
			color: #039;
			text-decoration: none;
		}
		
		a:hover {
			color: #FF0000;
			text-decoration: underline;
		}
		
		a:active {
			color: #FF0000;
			text-decoration: underline;
		}
		
		ul{
		margin-left: 0px;
		list-style-type: none;
		}
		
		/* overrides decoration from previous rule for hovered links */
		
		h1, h2, h3, h4, h5, h6 {
			margin: 0px;
			padding: 0px;
			line-height: 150%;
		}
		
		h1{
		 font-size: 14px;
		 color: #FFFFFF;
		}

		h2 img{
		margin-bottom: 10px;
		}
				
		h2{
			font-size: 14px;
			color: #000099;
		}
		
		h3 img{
		margin-bottom: 10px;
		}
		
		h3{
			font-size: 16px;
			color: #000;
		}
		
		
		h4{
			font-size: 14px;
			font-weight: bold;
			color: #000;
		}
		
		h5{
			font-size: 13px;
			color: #000;
			background-color: #CCCCFF;
		}
		
		hr{
			margin-bottom: 15px;
			margin-top: 10px;
		}
		
		p{
			margin-bottom: 3px;
			margin-top: 0px;
			}
		
		#clear{
			clear: both;
		}
		
		/***********************************************/
		/* header                                 */
		/***********************************************/
		
		
		#masthead{
	width: 740px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		
		.crop_logo{
			display: block;
			padding-top: 0px;
			text-align: right;
			float: right;
		}
		
		.filtering_logo{
			width: 150px;
			display: block;
			height: 50px;
			padding-top: 5px;
			float: left;
		}
		
		#siteName{
			font-size: 14px;
			color:#333333;
			font-weight: normal;
			margin-bottom: 5px;
			margin-left: 15px;
		}
		
		#pageName{
	font-size: 18px;
	color:#000099;
	margin-bottom: 5px;
	margin-left: 15px;
	display: inline;
		}
		
		#breadCrumb{
			font-size: 12px;
			margin-left: 30px;
			margin-bottom: 5px;
		}
		
		/***********************************************/
		/* end header                                 */
		/***********************************************/
		
	/************* #siteInfo styles ***************/

	#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 13px;
	color: #cccccc;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 5px;
	}

	#siteInfo img{
		padding: 4px 4px 4px 10px;
		vertical-align: middle;
	}
	
	
		/***********************************************/
		/* end siteInfo                                 */
		/***********************************************/
		

		#content{
			width: 740px;
			text-align: left;
			margin-right: auto;
			margin-left: auto;
			word-break:break-all;

		}
		
		#futer_menu{
			width: 740px;
			margin-top: 5px;
			margin-bottom: 5px;
			text-align: center;
			display: block;
			}
			
		#menu{
			width: 740px;
			margin-top: 10px;
			margin-bottom: 15px;
			text-align: center;
			display: block;
			}
			
		#menu a{
			text-decoration: underline;
			}
			
		#menu ul{
			text-align: center;
		}
		
		#menu li{
			font-size: 14px;
			display: inline;
			margin-right: 20px;
			margin-left: 10px;
		}
			
		#main_content{
			width: 700px;
			display: block;
			float: left;
		}
		
		#main_content2{
	width: 100%;
	display: block;
	padding-top: 20px;
		}
		
		#main_content2 h1{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 10px;
		}
		
		
		#main_content2 ul{
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
		}
		
		#sub_content{
			width: 240px;
			display: block;
			float: right;
		}
			
		#blog_info{
			width: 440px;
			display: block;
			border: 1px solid #999999;
			float: left;
			height: 220px;
			}
			
		#blog_info .tit{
			display: block;
			background-color: #66CC66;
			color: #FFFFFF;
			font-size: 16px;
			padding: 0px;
			font-weight: bold;
			}
			
		#blog_info .cap{
			display: block;
			font-size: 13px;
			padding: 5px;
			margin-left: 5px;
			height: 150px;
			cursor: auto;
			overflow: auto;
			}
			
		#blog_info .cap ul{
			margin: 0; padding: 0; list-style: none;
			}
		
		#blog_info .cap dt{
			margin-left: 0px;
			}
			
		.story{
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
		}
		
		
		.story table{
		font-size: 13px;
		display: table;
		text-align: left;
		width: 100%;
		background-color: #FFFFFF;
		border: 0px solid #66CC66;
		margin-bottom: 5px;
		}
		
		.story table td{
		padding-top: 3px;
		padding-right: 15px;
		padding-bottom: 3px;
		padding-left: 15px;
		}
		
		.story table ul{
	margin-left: 40px;
	list-style-type: square;
	padding: 0;
		}
		
		.story ol{
	margin-left: 40px;
	padding: 0;
		}
		
		.box1{
	font-size: 13px;
	display: block;
	text-align: left;
	width: 97%;
	background-color: #FFFFFF;
	border: 1px solid #66CC66;
	margin-bottom: 5px;
	padding: 3px;
		}
		
		.box1 ul{
	margin-left: 40px;
	list-style-type: square;
	padding: 0;
		}
		
		.story2{
			margin-top: 10px;
			margin-bottom: 5px;
		}
		
		.story2 ol{
	margin-left: 40px;
	padding: 0;
		}
		
		.story2 table{
		font-size: 13px;
		display: table;
		text-align: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
		#ad_chiledsafe{
			text-align: right;
			}
			
		#howtobuy{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
			}
			
		#howtobuy .txt{
	display: block;
	background-image: url(../../img/txt_bg.gif);
	background-repeat: repeat-y;
	width: 235px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
			}
			
		#howtobuy .txt_tb{
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 24px;
	width: 235px;
			}
			
		.infoLinks_r{
			font-size: 16px;
			padding: 3px;
			border: 2px solid #FF0000;
			}
			
		.infoLinks_r a{
			color:#FF0000;
			font-size: 16px;
			font-weight: bold;
			line-height: 130%;
			}
		
		.infoLinks{
			padding: 5px;
			margin-top: 5px;
			margin-bottom: 10px;
			}
			
		.list{
	width: 223px;
	background-image: url(../../img_list/list_bg.jpg);
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	float: left;
			}
			
		.list a{
		font-size: 12px;
				}
			
		.midle{
			margin-right: auto;
			margin-left: auto;
			}
		
		.float_L{
			float: left;
		}
		
		.float_R{
			float: right;
		}
		
		.ml5{
			margin-left: 5px;
		}
		
		.ml10{
			margin-left: 10px;
		}
		
		.ml15{
			margin-left: 15px;
		}
		
		.ml20{
			margin-left: 20px;
		}
		
		.mt5{
			margin-top: 5px;
		}
		
		.mt10{
			margin-top: 10px;
		}
		
		
		.txt10 {
			font-size: 10px;
		}
		
		.tit_g {
			color:#009900;
			font-size: 16px;
			font-weight: bold;
		}
	
		.tit_w {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #009933;
	text-align: center;
	display: block;
	padding: 3px;
		}

	.tit_w2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #009933;
	text-align: center;
	display: block;
	padding: 3px;
		}
		
	.tit_b {
			color:	#000099;
			}
			
		.txt16 {
		font-size: 16px;
		line-height: 150%;
		}
		
		.txt13 {
		font-size: 13px;
		line-height: 150%;
		}
		
		.tk12 {
		font-size: 12px;
		color: #000000;
		}
		
		.tlg12 {
		font-size: 12px;
		color: #666666;
		}
		
		.tlg13 {
		font-size: 13px;
		color: #666666;
		}
		
		.img_r {
	float: right;
	margin-left: 5px;
	font-size: 11px;
	width: 180px;
	margin-right: 10px;
	}
#content #sub_content .infoLinks a {
	text-decoration: underline;
}

/* safari only ¥*/
body:first-of-type #content #sub_content .infoLinks a {
	text-decoration: underline;
	font-size: 12px;
}
/* end */

.txt_r13{
	color:#FF0000;
	font-size: 13px;
	}

.link_g a{
	color:#666666;
	}
caption {
	display: none;
}
#content #main_content2 a {
	text-decoration: underline;
}
