@charset "UTF-8";
/* CSS Document */


/* 
 Share Style [ 
----------------------------------------------------------- 
*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

body{
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;  
    font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.6;
	font-family: sans-serif;
	line-height: 1.4;
	color: #3F3F3F;
	background-color:#221815;
	}
	
body > #wrapper {
	height: auto;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}

p {  
    margin:0 0 1em 0;
	font-size:93%;
	color:#3F3F3F;
	}

p,li,dt,dl {  
    line-height:1.6;  
}

li {  
    list-style-type:none;  
} 

h1{ font-size:93%;
}

h2{
	font-size:93%;
}

img{
	border-style:none;
}

#address {  
    font-style:normal;
	font-size:77%;
	color:#CCCCCC;
	padding-top:30px;
	padding-bottom:50px;
}

.clear {  
    clear:both;  
} 

/*
link Color [ 
-----------------------------------------------------------
*/  
a:link {  
    color:#cccccc;  
    text-decoration:none;  
}  

a:visited {  
    color:#cccccc;  
    text-decoration:none;  
}  

a:hover {  
    text-decoration:underline;  
}  

a:active {  
}

/*
 Head [
----------------------------------------------------------- */


/*
 gNavi [
----------------------------------------------------------- */
ul#gnavi li{
	list-style-type:none;
	line-height:0;
}

ul#minignavi{
	margin-left:15px;
	margin-top:30px;
	margin-bottom:20px;
	color:#CCCCCC;
}

ul#minignavi li{
	line-height:167%;
	font-size:85%;
}

/*
 container [
----------------------------------------------------------- */
#wrapper{
	width:800px;
	height:100%;
    min-height:100%;
	margin:0 auto;
	padding:100px 50px 0px 50px;
	background-image:url(../img/topBodyBack.gif);
	background-repeat:repeat-y;
	height:100%;
	min-height:100%;
}

#leftBox{
	width:200px;
	float:left;
}

#flash_box {
	width:508px;
	height:233px;
}

#mainBox{
	width:508px;
	float:right;
}

#textBox{
	text-align:center;
	line-height:167%;
	color:#FFFFFF;
	margin-top:20px;
	padding-bottom:70px;
	width:508px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*
 footer [
----------------------------------------------------------- */
#address{
	clear:both;
	float:right;
	width:508px;
	font-size:93%;
	text-align:center;
	color:#CCCCCC;
}

#footer{
	clear:both;
}
