@charset "utf-8";
/* data-max.co.jp */
/* 20090828 */

/*--------------------------------------------
	基本スタイル
--------------------------------------------*/
body {
	margin: 0px auto;
	padding:0px;
	text-align: center;
	color: #000000;
	background-image: url(../img/title_bk.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	line-height:18px;
}

html {
	overflow-y:scroll;	
}

img {
	border: none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
}

p {
margin:0px;
padding:0px;
}

ul {
margin:0px;
padding:0px;
list-style:none;
}

/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #002266;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #002266;
}


/*--------------------------------------------
	clear
--------------------------------------------*/

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

/*--------------------------------------------
	全体
--------------------------------------------*/
#wrap{
margin: 0px auto;
width:850px;
padding:0px;
}

#sub_wrap{
margin: 0px auto;
width:850px;
padding:0px;
}


/*--------------------------------------------
	メインメニュー
--------------------------------------------*/

.top_mainmenu{
margin:0 0 10px 0;

}

.top_copy{
margin:151px 0 0 0;

}

.top_mainmenu2{
margin:0 0 5px 0;

}



/*--------------------------------------------
	メインエリア｜コンテンツ
--------------------------------------------*/

#con_area{
	margin:0 auto;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
}

#con_area #imgtxt{
	text-indent: -9999px;
	margin:0px;
	padding:0px;
}


#conleft{
float:left;
width:248px;
margin:127px 0 0 93px;
display:inline;

}

#concenter{
float:left;
width:196px;
margin:127px 0 0 0;
display:inline;

}

#conright{
float:left;
width:248px;
margin:127px 0 0 0;
display:inline;
}

#conleft2{
float:left;
width:363px;
margin:0 0 0 93px;
display:inline;
overflow:visible;
}

#conleft3{
	float:left;
	width:322px;
	height:200px;
	margin:0 0 0 9px;
	overflow:visible;
	background-image: url(../img/news_bk.jpg);
	background-repeat: repeat-x;
}

#conleft3 .newstxt{
	width:270px;
	margin:5px auto 10px auto;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

#conleft3 .newstxt .midashi{
	font-size:12px;
	line-height:18px;
	color: #990000;
	margin:5px 0 0 0;
}
 






/*--------------------------------------------
	フッター
--------------------------------------------*/

#footer{
	margin:10px auto 15px auto;
	width:100%;
	height:27px;
	font-size:12px;
	line-height:28px;
	background-image: url(../img/copy_bk.jpg);
	background-repeat: repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}










