@charset "utf-8";

.entry-body p { margin: 1em 0; }
.entry-body ul { padding-left: 2em; }
.entry-body ul li { list-style-type: disc; }
.entry-body ol { padding-left: 2em; }
.entry-body ol li { list-style-type: decimal; }

*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}


body{
	width: 100%;
	background-color: #E7E7E7;
	min-height: 100%;
	position: relative;
	font-size: 75%;
	text-align: center;
}

html>/**/body {
	font-size: 12px;
}

* html body{
	height: 100%;
}

ul,ol{list-style-type: none;}
img{border: none; vertical-align: top;}

a:link,
a:visited{color: #6CB2CC; text-decoration: none;}
a:hover,
a:active{color: #ff8500; text-decoration: underline;}


.clear:after{
	content: " ";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clear{
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clear{
	height: 1%;
}
.clear{
	display: block;
}
/* End hide from IE-Mac */

.left{
	float:left;
}

.right{
	float:right;
}

/***********************************************/ 
/*wrapper*/
/***********************************************/ 


div#wrapper{
	width: 800px;
	height:100%;
	text-align: left;
	background-image: url("/images/soukenimages/bg_01.gif");
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 30px 0 30px;
}



/***********************************************/ 
/*header*/
/***********************************************/ 

div#header{
	width: 800px;
}


/*leftHea*/
div#header div.leftHea {
	float: left;
	padding: 10px 30px 10px 0px;
	width:350px;
}

div#header p.text {
	font-size: 85%;
	color: #777777;
	margin-bottom: 15px;
}


/*rightHea*/

div#header div.rightHea {
	float: right;
	width: 400px;
	text-align: right;
}

div#header div.rightHea ul.subNavi {
	font-size: 85%;
	margin:10px 0px 0px 0px;
}

#header div.rightHea ul.subNavi li {
	display: inline;
	float: right;
	line-height:1.1;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	background-color: transparent;
	background-image: url("/images/soukenimages/hea_ico_01.gif");
	background-repeat: no-repeat;
	background-position: left center;
	
}

#header div.rightHea ul.subNavi li a:link,#header div.rightHea ul.subNavi a:visited{
	color: #333; text-decoration: none;
}

#header div.rightHea ul.subNavi li a:hover,#header div.rightHea ul.subNavi a:active{
	color: #ff8500; text-decoration: underline;
}

#header #searchform1 {
	height:17px;
}

#header #keywords1 {
	width:140px;
	height:12px;
	border: 1px solid #CCC;  
	padding: 2px 2px 2px 2px;
	margin-right:3px;
	margin-top:40px;
}

#header #searchBtn1 { 
vertical-align:top;
margin-top:40px;
}

/*globalNavi*/
div#header ul.globalNavi{
	float: left;
	height: 50px;
	width: 800px;
	}

div#header ul.globalNavi li {
	float:left;
}

div#header ul.globalNavi li a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/***********************************************/ 
/*footer*/
/***********************************************/ 

div#footer{
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 60px;
}

div#footer a:link,div#footer a:visited{
	color: #333; text-decoration: none;
}

div#footer a:hover,div#footer a:active{
	color: #ff8500; text-decoration: underline;
}

div#footer ul.fotNavi{
	margin-top: 5px;
}

div#footer ul.fotNavi li {
	font-size: 93%;
	display: inline;
	padding: 0 10px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#footer p.fotBnr01 {
	margin-right: 20px;
	float: left;
}

#footer p.fotBnr02 {
	float: right;
}

#footer p.fotBnr03 {
	text-align: right;
	font-size: 93%;
}
