@charset "utf-8";
body {
	font-family: Meiryo, "メイリオ", Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.166;
	font-size: 13px;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
a {	color: #0066CC;text-decoration: underline;	}
a:link { color: #0066CC;	}
a:visited {	color: #660066;	}
a:active {	}
a:hover { color: #CC0000;text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

div#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#container {display: inline-block;}

/* Hides from IE-mac \*/
* html div#container {height: 1%;}
div#container {display: block;}
/* End hide from IE-mac */

div#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

div#mainarea{
	text-align: left;
	margin: 0px;
	padding: 7px 0px 0px;
	background-color: #FFFFFF;
}

div#content {
	float: right;
	width: 550px;
	padding: 0;
	margin: 0;
}
div#sidebar {
	width: 195px;
	float: left;
	margin: 0px;
	font-size:13px;
	color: #666666;
}

#header {
	height: 190px;
	background-image: url(images/topBanner01.jpg);
	margin: 0px;
	padding: 0px;
}

#header h1 {
	font-weight: normal;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 14px;
}
div#header h2 a,
#sitelogo a{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/topBanner01-logo.jpg);
	text-indent: -9999em;
	position: absolute;
	top: 30px;
	height: 46px;
	width: 290px;
	font-size: 14px;
}
#header p.head_desc {
	position: absolute;
	top: 89px;
	font-size: 14px;
	padding-left: 15px;
	width: 450px;
}

#pageBanner {
}
.pankuzu {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: both;
	}
.blog {
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	}	
.blog h1, .blog h2 {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding-left:18px;
	padding-top: 9px;
	padding-bottom: 13px;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: url(/images/title_h2-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
.blog h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/title_h3-01.gif);
	margin-top: 10px;
	padding: 1px 3px 1px 15px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style: dotted;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.blog h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.blog h2 a,
.blog h2 a:link,
.blog h2 a:visited,
.blog h2 a:active{color:#000000;text-decoration:none;}
.blog h2 a:hover {color: #CC0000;text-decoration:underline;}
.blog h3 a,
.blog h3 a:link,
.blog h3 a:visited,
.blog h3 a:active{color:#000000;text-decoration:none;}
.blog h3 a:hover {color: #CC0000;text-decoration:underline;}

.blog hr {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 1px;
}
.pointBig{
	font-size: 105%;
	font-weight: bold;
}
.pointSmall{
	font-size: 95%;
}
.boldRed{
	font-weight: bold;
	color: #990000;
}
.entryList {
	clear: both;
	font-weight:normal;
	font-size: 100%;
	line-height: 160%;
}
.entryList ul { 
	margin:0px; 
	padding:0px; 
	}
.entryList li{
	list-style: disc url(none);
	margin:0px;
	padding:0px 0px 0px -20px;
}
div#content div.blogbody {
	clear: both;
	font-weight:normal;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 5px;
	}
#more {
	clear: both;
}
.blogbody p{
	padding-left: 10px;
}
div#content div.blogbody blockquote {
	padding: 4px;
	border: thin dotted #CCCCCC;
	background-color: #ECEEF2;
}
div#content div.blogbody table{
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}

div#content div.designTable table{
	margin : 10px 0px 10px 10px;
	font-size: 100%;
	line-height: 150%;
	border-style : solid ; 
	border-width : 1px  ;
	border-collapse : collapse ;
	vertical-align : top ;
	width : 94% ;
}
div#content div.designTable table tr td {
	border-style : solid ;
	border-width : 1px  ;
	border-collapse : collapse ;
	padding : 5px 5px 5px 10px ;
	vertical-align : top ;
}
div#content div.designTable table tr th {
	border-style : solid;
	border-width : 1px;
	border-collapse : collapse;
	padding : 5px 5px 5px 10px;
	vertical-align : top;
	font-weight: bold;
	white-space: nowrap;
}
div#content div.designTable table {
	color: #333333;
	border-color :#2C5688;
}
div#content div.designTable table tr td  {
	background-color : #F7F8F9;
	border-color : #2C5688;
}
div#content div.designTable table tr th  {
	background-color : #E4E8ED;
	border-color :#2C5688;
}
.marginZero p {
	margin: 0px;
	padding: 0px;
}
.imageLeft img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.imageRight img {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.goDetail{
	clear:both;
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
}
.goDetail2{
	margin-right: 5px;
	float: right;
}

.blog iframe {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.adsense {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.adsense iframe {
	float: none;
}
.posted {
	clear: both;
	color: #666666;
	font-size: 12px;
	border-top: 1px solid #666666;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	margin-top: 10px;
	}
.extended {
	width: 110px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.extended a {
	width:110px;
	height:25px;
	display:block;
	font-size:13px;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration:none;
	background-image: url(/images/extendedBtn01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.extended a:hover {
	background-image: url(/images/extendedBtn01-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.goTop {
	text-align: right;
	clear: both;
	font-size: 90%;
	padding-top: 10px;
	}
.goBack {
	text-align: right;
	}
.goTop a:visited {	color: #000099;	}
.goTop a:hover { color: #CC0000;text-decoration:underline;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sidemenu,.sidemenu2,.sidebox {
	margin-top: 5px;
	margin-bottom: 10px;
}
.sidemenu h3,.sidemenu2 h3,.sidebox h3{
	background-color: #E1E5EB;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-image: url(/images/sideMenuH3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #C3D3E5;
	border-right: 1px solid #C3D3E5;
	border-bottom: 1px solid #2E547B;
	border-left: 1px solid #C3D3E5;
}
.sidebox h3{
	border-right-style: none;
	border-left-style: none;
}
.sidemenu2 h3 a, .sidebox h3 a{
	color: #666666;
	text-decoration: none;
}
.sidemenu ul{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #C3D3E5;
	border-left: 1px solid #C3D3E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3D3E5;
}

.sidemenu ul li{
	margin:0 0 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	background-image: url(/images/sideMenuBack01.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.sidemenu ul li a,.sidemenu2 ul li a{
	text-decoration:none;
}

.sidemenu ul li a{
	display:block;
}

.sidemenu ul li a:hover,.sidemenu2 ul li a:hover{
	text-decoration:underline;
	color: #CC0000;
}

.sidemenu2 ul{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #C3D3E5;
	border-left: 1px solid #C3D3E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3D3E5;
}
.sidemenu2 ul li{
	background-image: url(/images/sideMenuBack02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.sidemenu2 a{
	margin-right: 3px;
	white-space: nowrap;
}
.sidebox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sidebox img{
	padding: 15px;
}
.sidebox p {
	margin: 10px;
	padding: 0px;
}

#add_clip{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	height: 25px;
}

.syndicate {
	font-size:10px;
	font-weight:bold;
	padding:2px;
	text-align:center;
	background:#EEEEEE;
	margin-top: 20px;
	border-bottom: 1px solid #EEEEEE;
	letter-spacing: 0.1em;
 	}	
		
#footer{
	clear:both;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#bottomMenu{
	margin: 0;
	padding: 3px 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#bottomMenu ul li{
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding-right: 12px;
}
#bottomMenu ul{
	display: inline;
}

.rss{
	float:right;
	padding-top:0.1em;
	padding-right: 0.3em;
}
#copyRight {
	color:#666666;
	font-size:10px;
	margin: 0px;
	padding: 3px;
	border: none;
	background-color: #FFFFFF;
	}	
.powered{
	float:right;
	padding-top:0.1em;
	padding-right: 0.3em;
}
#copyRight a{	color:#666666;	text-decoration:none;}

#copyRight h3{
	font-size: 12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#copyRight p{
	margin: 0px;
	padding: 0px;
	float: right;
}

#comment-post {
   font-weight: bold;
}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
textarea{
	width: 95%;
	font-size: 90%;
	}
.form-required {
	color: #CC0000;
	font-weight: normal;
}
.form-error {
	color: #FF0033;
}
.search-result {
	margin: 10px;
}
#form-post {
	font-weight: bold;
}

.info_box {
	background-image: url(/images/info_box_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #C3D3E5;
}
.info_box h3{
	font-size: 15px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info_box h3 a{
	color: #330000;
	text-decoration: none;
}
.info_box p{
	padding-right: 15px;
	padding-left: 15px;
}
.info_box ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	font-weight: bold;
}

.info_box ul li {
	clear: left;
}

.info_box ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
}
.info_box ul ul li {
	background-image: url(/images/mark_90.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-right: 5px;
	display: block;
	float: left;
	clear: none;
}
.info_box ul ul li a{
	display: block;
	white-space: nowrap;
}

.area_link ul{
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
.area_link  ul li {
	background-image: url(/images/mark_90.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
.area_link a{
	color:#0066CC;
}

.area_link a:hover{
	color: #CC0000;
}
#foot_sp {
	font-size: 13px;
	margin: 10px;
}
#foot_sp p{
	margin: 0px;
}
