@charset "shift_jis";
body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #6F7070 url(images/bg.gif) repeat-x top; 
/*	background: #EEEEEE; */

	text-align: center;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

a { text-decoration: none}
a:hover { text-decoration: underline }
a:visited { color: #555555; }

/*全体枠の設定
------------------------------------------------------------------*/
#container {
	background-color: #eae7e7;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	text-align: left;
}

/*ヘッダー設定
------------------------------------------------------------------*/
#header h1 {
	font-size: 4px;
	color: #000000;
	background-color: #222222;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#header {
	background: url(images/header_bg.gif) repeat-x bottom;
}
#logo {
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
}

/*メインメニューの設定
------------------------------------------------------------------*/
#menu {
	color: #000000;
	background-color: #FFFFFF;
        height: 5200px;
}
#menu li {
	float: left;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left top;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right: 1px solid #666666;
	width: 140px;
        
}
#menu a:hover {
	background: url(images/menu_bg.gif) no-repeat right bottom;
}




/*イメージ画像
------------------------------------------------------------------*/
#mainimg {
	clear: both;
	border-bottom: 5px solid #000000;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: left;
	width: 500px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 30px;
}

#main_second {
	float: right;
	width: 600px;
	display: inline;
	margin-right: 15px;
	margin-bottom: 30px;
}



#main_second h2 {
	font-size: 110%;
	color: #FFFFFF;
	background: #999999 url(images/h2_long_midashi_bg.jpg) repeat-y right;
	border-left: 8px solid #0066CC;
	border-right: 0px solid #008000;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}



#main p {
	margin: 3px 10px 8px 10px;
}
#new li {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

#new_topic li {
	color: #555555;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	height:45px;
	line-height: 15px;
	text-indent: -1em;
	padding-left: 20px;
}

#jisseki {
	border: 1px solid #999999;
	text-indent:10px;
	margin-top: 10px;
	margin-right:50px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#FFF4D5;
	
}

#privacy {
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	line-height: 250%;
	padding-left:5px;
	background-color:#E4FFE1;
}

#madoguchi {
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right:30px;
	margin-left:15px;
	margin-bottom:25px;
	line-height: 150%;
	padding-left:5px;
	background-color:#E4FFE1;
}



/*サブコンテンツ（Apps for Android）
------------------------------------------------------------------*/
#sub_second {
	float: left;
	width: 250px;
	display: inline;
	margin-left: 15px;
	
	margin-top: 19px;

}

.subtable {
	border: 1px solid #999999;
        background: #ffffff
	
}

.subtable h3 {
	background: #999999 url(images/sub_midashi_bg.gif) repeat-x bottom;
        
	margin: 1px;
	text-align: center;
	font-size: 120%;
        font-family: "AR丸ゴシック体","Arial","HGS明朝B","HG明朝E";
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
}


.subtable li {
	color: #555555;
	height:100px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left:3px;
        padding-top:15px;
	vertical-align:middle;
	
}

.subtable li  a:link {
	color:#006600;
}

/*フッター（コピーライト）
------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #222222;
	text-align: center;
	clear: both;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #990000;
	text-decoration: none;
	font-size: 90%;
}

/*clearfix(変更なし)
------------------------------------------------------------------*/
#menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#menu { display: inline-block; }

/* Hides from IE-mac \*/
*html #menu { height: 1%; }
#menu { display: block; }
/* End hide from IE-mac */