/* CSS Document */

/* ベース */

* {
	margin:0;
	padding:0;
}

.bace{
  width:650px;
	margin-left: 0;
}

.menu{
  width:650px;
	text-align:left;
	margin:0px;
	border:0px;
	padding:0px;
}

.back_img{
	width:1120px;
	background-image:url(image/backsighn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:380px;
	margin:0px;
	border:0px;
	padding:0px;
}

.hedder{
	width:650px;
}

.main{
	width:650px;
	background-image:url(image/back.gif);
	background-repeat:repeat-y;
	margin:0px;
	border:0px;
	padding:0px;
}

.main_min-height{
  min-height:380px;
}

.main_text_Japan{
	margin-top: 5px;
	margin:30px 50px 30px 25px;
	width: 575px;
	font-family:  Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	text-justify: inter-ideograph;
}

.contents_box{
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 170px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	text-justify: inter-ideograph;
	float: left;
	height: auto;
}

.futter{
	height:15px;
	width:600px;
	text-align:right;
	color: #999999;
	margin-top: 5px;
	margin-right:50px;
	font-size: 80%;
}

.clear{
	clear: both;
}

/*コンテンツメニュースタイル*/

#contents{
	width: 640px;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	list-style-type: none;
	margin-left:10px;
	margin-bottom: 15px;
}

#contents li{
	float:left;
}

#contents li a{
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
}

#contents li.now2 a{
	color: #990000;
}

#contents li a:hover{
	color: #990066;
}


/*コンテンツ用リンク*/

#contents_link a{
	color: #666666;
	text-decoration: none;
}

#contents_link a:hover{
	color: #990066;
}



/* テキストスタイル */

body{
	font-size:70%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 170%;
	background-repeat: no-repeat;
	background-position: left top;
}


.hed_text{
	font-size: 120px;
	font-weight: bold;
	height: 120px;
	width: 750px;
	letter-spacing: 19px;
	text-align: center;
}

/*h1は現在不使用*/
h1{
	width: 600px;
	letter-spacing: -2px;
	font-size: 40px;
	line-height: 0.75;
	color: #990066;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: uppercase;
	margin-top: 20px;
}

h2{
	width: 585px;
	font-size: 18px;
	color: #666666;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	border-bottom: 3px double #999999;
	margin:20px 50px 10px 15px;
}

h3{
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	font-size: 100%;
	font-style: normal;
}

h4{
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	font-style: normal;
}

/*角丸上部と下部*/

h5{
  background-image:url(image/back_hed.gif);
	min-height:30px;
}

h6{
  background-image:url(image/back_foot.gif);
	min-height:24px;
}

img{
   margin:0px;;
   border:0px;
   padding:0px;
	 vertical-align: top;
}


a{ 
    color:#990066; 
    text-decoration:none;  
    font-size:100%; 
} 

a:hover{ 
    color:#990000; 
} 

.now_up{
    color:#990000;
}
