﻿/*■初期設定*/

body {
    text-align: center;
    background-color:#fffff0;/*全体の背景色-----------------*/
    font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;/*基本の文字サイズ-----------------*/
    line-height:200%;
    color:#2f4f4f;/*基本の文字色-----------------*/
    margin-top:10px;/*コンテンツボックスを上から少し離しています-----------------*/
    margin-bottom:10px;
    margin-left:0;
    margin-right:0;
    } 

/*■初期設定ここまで*/

*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/    
body{
	text-align:center;
	}
	
/*普通のテキストリンク-----------------*/
a:link    {text-decoration:underline;color:#000066;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#660000;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#ff3300;}   /*クリック時のリンクの色*/
a:hover   {text-decoration:underline;color:#FF3300;}
}  /*マウスの上にカーソルがあるときのリンクの色*/

	
/*■レイアウトセレクタ*/
.L{
	text-align:left;
	}
	
body {
    background-image : none;
    background-attachment: fixed;
    background-position:0% 0%;
    background-repeat: repeat;
    background-color:#d3d3d3;
}


#container{
    width:940px;
    margin:0 auto;
    padding:0;
    text-align:left;
    background-color:#ffffff;
}

#contents {
    clear:both;
    overflow:hidden;
    width:840px;
    padding:10px 0;
    margin:0 auto;
    text-align:center;
}

#other_page {
    width:100%;
    margin:10px auto;
    padding:0px;
    text-align:left;
    background-color:#ffffff;
    line-height: 1.5em;
    }

#conL {
    float:left;
    width:650px;
}

#conR {
    float:right;
    width:250px;
}

body{background:}
    .sp1{margin-left:10px}
    .sp2{margin-left:15px}
    .sp3{margin-left:20px}

.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
.n{
	text-align:center;
}

/*タイトル上のSEOテキスト-----------------*/

p {
	line-height:1.8em;
}

h1{
	
	margin:20px 0 5px 15px;
	height:60px;
	font-weight:bold;
	background:url(../mame_img/bg_h2a.png) no-repeat;
	background-color:#ffffff; /*背景色----------*/
	text-indent:190px;
	padding:5px 5px 0 0;
	font-size:20px;
	line-height:90px;
	vertical-align:top;
	text-decoration:none;
	color:#004B7A;
	border-bottom:#004B7A solid 0px;
	}
	
h2{
    width:auto;
    text-align:right;
    color:#444444;     /*文字の色----------*/
    font-size:14px;    /*文字のサイズ----------*/
    line-height:70px;
    padding:45px 10px 0 0;
    background-color:#ffffff; /*背景色----------*/
    font-weight: normal;
    margin-right:10px;
}
	
h3 a:hover{
	color:#333333;
	text-decoration:none;
	}
	
h4{
	font-size:14px;
	margin:0 0 0 0px;
	height:15px;
	font-weight:normal;
	text-indent:5px;
	font-weight:bold;
	padding:8px 0 0 0;
	color:#2b2b55;
	margin-bottom: 8px;
	}
	
h4 a{
	font-size:15px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#2b2b55;
	margin-bottom: 5px;
	}
	
h4 a:hover{
	color:#333333;
	text-decoration:none;
	}
	
h5 a:hover{
	color:#333333;
	text-decoration:none;
	font-size:33px;
	
	}

h5 a:hover{
	color:#333333;
	text-decoration:none;
	}
	
h6{
    font-size:16px;
    text-align:left;
    text-indent: 10px;
    color:#444444;     /*文字の色----------*/
    margin-top: 5px;
    line-height:normal;
    padding:1px 1px;
	font-weight:bold;
	background : none;
	}
			
	/*ヘッダーメニュー*/

#head_menu2 a:hover{
	color:#FF0066;
	}

#copy{
	width:820px;
	margin:auto;
	text-align:right;
	height:5px;
	line-height:20px;
	font-size:12px;
	color:#000000;
	clear:both;
	}
#copy a{
	color:#000000;
	text-decoration:none;
	}
#copy a:hover{
	color:#000000;
	}


/***サブインデックス画像***/

/***その他のページ***/
　


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