/*
*
*基本定義
*
*/
body {
	color: #444;
	line-height: 1.7;
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3" ,"MS PGothic" ,"ＭＳ Ｐゴシック" ,"sans-serif";
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	padding:0 auto;
	margin:0;
	text-align:center;
	background-color:#eeeedd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}

h1{
}
h2{
padding:0 0 0.2em 0;
}
h2.top{
padding:0.5em 0 0.2em 0;
}


h3{

}
h4{

}
h5{

}
h6{

}

strong{ font-weight:bold;}

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

table{}
table tr{}
table th{}
table td{
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}

ul{ padding:0 0 0 2em; margin:0;}
li{ padding:0; margin:0;}

/*
*
*大枠定義
*
*/
div#wrapper{
	margin:0 auto;
	padding:0;
	width:920px;
	text-align:left;
	background-color:#FFFFFF;
	border-left:1px dotted #999a9a;
	border-right:1px dotted #999a9a;
}

div#header{ 
	padding:0 10px;
}

div#gnavi1{
height:23px;
}

div#gnavi2{
}

div#header_left{
	float:left;
	width:450px;
}

div#header_right{
	float:right;
	width:450px;
}


div#main{
	padding:0 10px;
	clear:both;
	background-image:url(../image/side_bg.gif);
	background-repeat:repeat-y;
}


div#cont_left{
	float:left;
	width:225px;
	text-align:center;
	padding:30px 0 20px 0;
}

div#cont_right{
	float:right;
	width:650px;
	padding:30px 0 20px 25px;
}

div#footer{
	clear:both;
	margin:0 10px;
	text-align:center; 
	border-top:1px dotted #999a9a;
	border-left:1px dotted #999a9a;
	border-right:1px dotted #999a9a;
	background-color:#333333;
	color:#eeeeee;
}

div#gnavi1 ul{ padding:0; margin:0; list-style:none; text-align:right; background-image:url(../image/g_navi_bg.gif); background-repeat:repeat-x;}
div#gnavi1 ul li{ padding:0; margin:0; display:inline; color:#FFFFFF; line-height:23px;}

div#gnavi1 ul li a:link { padding:0 1em; color: #ffffff; text-decoration:none;}
div#gnavi1 ul li a:visited { padding:0 1em; color: #ffffff; text-decoration:none;}
div#gnavi1 ul li a:hover { padding:0 1em; color: #ffffff; text-decoration:none; background-image:url(../image/g_navi_on.gif); background-repeat:no-repeat; background-position:center left;}

div#gnavi2 div.gnaviimg{ padding:0; margin:0; vertical-align:bottom; float:left;}


div#cont_right div.cont_box{ padding:0 1em; margin-bottom:1em;}

/*
*
*text-alignクラス
*
*/

.tl{ text-align:left; margin:auto auto}
.tc{ text-align:center;}
.tr{ text-align:right;}





