@charset "utf-8";

/* --------------------------------------------------------------------------------
CSS Information

 File name:      cmn.css
 Author:         5_5 Noriaki Nakatake
--------------------------------------------------------------------------------*/

/*********************************************************************************
	Tag Reset
--------------------------------------------------------------------------------*/

*html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,textarea,p,blockquote,th,td,select,foam {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:Helvetica, Arial, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
td{
	vertical-align:top;	
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 20px;
}
select{
	color:#666;
	font-size:10px;
	line-height: 1.3;
	text-align: left;
}

blockquote {
border-left:5px solid #DDDDDD;
margin:15px 30px 0 10px;
padding-left:20px;
}

/*********************************************************************************
	Base elements
--------------------------------------------------------------------------------*/
body{
	color:#666;
	font:13px/1.231 Helvetica, Arial, sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.3;
	text-align: center;
	background-image:url(../images/cmn/cmn_body_bg.gif);
	background-repeat:repeat-x;
	background-color:#fcf9ea;
}

* + html body {

}

#Wrap {
	margin:0px auto;
	width:960px;
}
#Wrap h1{
	text-align:right;
	font-size:0.8em;
	font-weight:normal;
}

/*	#header area,elements
----------------------------------------------------*/

#Head {
	padding:0px 30px 3px;
	text-align:center;
	zoom:100%;/*IE6*/
	background-image:url(../images/cmn/cmn_head_bg.gif);
	background-repeat:no-repeat;
}
.HeadLogo a{
	margin:20px 0px 5px; 
	text-align:left;
	width:260px;
	float:left;
	/*background: url(../images/cmn/logo.gif) no-repeat;
	//text-indent:-9999px;*/
}
.HeadAdd{
	margin-left:45px;
	clear:both;
	margin-bottom:5px;
	font-size:10px;
	color:#A57A43;
}
.HeadPan{
	margin-left:45px;
	clear:both;
	margin-bottom:5px;
	font-size:10px;
}

/*	Global Navigation
----------------------------------------------------*/
#Head ul#HeadGNav {
	margin-right:20px;
	padding:0px;
	float:right;
}
#Head ul#HeadGNav li{
	float:left;
	width:120px;
	display:block;
}


/*	contents area,elements
----------------------------------------------------*/

#Contents {
	text-align:left;
	background-color:#FFFFFF;
	display:block;
    overflow: hidden;
}

#ContentSlider {
	text-align:left;
	background-color:#FFFFFF;
	display:block;
    overflow: hidden;
}

#Contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*this hack uses only local check
----------------------------------------------------*/
/*\*/
* html #Contents{
    height: 1em;
    overflow: visible;
}
/**/


/*Templatee Area*/
#CtsMain{
	margin:30px 30px 30px 0px;
	width:650px;
	float:right;
	/margin-right:30px;/* IEハック */
}
#CtsLeft{
	margin:30px 0px 30px 30px;
	width:220px;
	float:left;
}


/*LeftMenu Area*/
.CtsLeftMenu{
	margin-bottom:10px;
	padding-bottom:10px;
	background-image:url(../images/cmn/cmn_left_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.CtsLeftMenu ul{
	padding:0px	20px; 
	background-color: #fceaeb; 
}
.CtsLeftMenu ul li{
	line-height:1.8em;
}
.CtsLeftMenu ul li a{
	text-decoration:none;
}
.CtsLeftBanner{
	margin-bottom:10px;	
}

/*	footer Area,elements
----------------------------------------------------*/
#Foot {
background-color:#FFFFFF;
background-image:url("../images/cmn/cmn_foot_bg.gif");
background-position:center bottom;
background-repeat:no-repeat;
border-top:1px solid #CCCCCC;
clear:both;
display:block;
font-weight:normal;
margin:0 auto 10px;
padding:10px 0 15px;
text-align:center;
}


#Foot ul {
margin:0 auto 15px;
text-align:center;
}


#Copyright {
font-size:11px;
text-align:center;
}

#Foot li{
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #CCC;
	display:inline; 
}

#Foot li.FootLiLast{
	border:0px;
}
#Foot li a:link, a:visited, a:active {
	font-size:11px;
	text-decoration:none;
}
#Foot li a:hover {
	text-decoration:underline;
}


/*********************************************************************************
	Link
--------------------------------------------------------------------------------*/

a:link {
	color:#662d91;
}

a:visited {
	color:#662d91;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/*********************************************************************************
	Common Style
--------------------------------------------------------------------------------*/


/*	H2 */
.CtrH2{
	margin-bottom:30px;	
	color:#333333;
	font-size:30px;
	font-weight:bold;
	line-height:1em;
	font-family:'Century Gothic',verdana,arial,helvetica,sans-serif !important;
}
/*	H3 */
.CtrH3{
	margin-bottom:10px;
	padding:0px 0px 0px 10px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	border-left:solid 3px #666;
}
/*	H4 */
.CtrH4{
	margin-bottom:10px;
	padding-left:5px;
	font-weight:bold;
	color:#000;
	font-size:14px;
	line-height:1em;
	border-left:solid 5px #333333;
}



/*	Float clear
----------------------------------------------------*/
.clrall{
	clear:both;
	width:100%;
	height:1px;
}

.alr{
	text-align:right;
}
.alc{
	text-align:center;
}


/*********************************************************************************
	JavaSCript CSS
--------------------------------------------------------------------------------*/
/*	topSlider
----------------------------------------------------*/
#TopSlider{
	margin-bottom:20px;
	position: relative;
}
#slideshow {
    position:relative;
    height:308px;
	width:960px;
	clear:both;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.entry-meta {

display:none;

}

.entry-utility {

display:none;

} 

/*********************************************************************************
	Package
--------------------------------------------------------------------------------*/
.AboutUsTable{
	margin-bottom:30px;
	border-collapse:collapse;	
}
.AboutUsTable th{
	border:solid 1px #CCCCCC;
	padding:5px 10px;
	white-space: nowrap;
	background:#F1F1F1;
}
.AboutUsTable td{
	border:solid 1px #CCCCCC;
	padding:5px 10px;
}
.AboutUsDl dt{
	font-weight:bold;
}
.AboutUsDl dd{
	margin-bottom:10px;	
}
.h1style {
	position: absolute; z-index: 1000; text-indent: -9999px; left: -99999px;
}
#Wrap .h1-style {
	text-indent: -99999px;
	text-align: left;
}
.menu {
	width: auto;
	height: 28px;
}
