@charset "UTF-8";
/* CSS Document */



/* 基本スタイル
---------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:12px;
sans-serif;
	line-height:1.4;
	color:#333333;
}


p{
	/*\*/
	letter-spacing:0.2em;
	/**/
}



.clearfloat {
    clear:both;
}


img {
    border:0;
}

#wrapper {
    width:720px;
	margin-left:auto;
	margin-right:auto;
}




/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index:100;
	width: 100%; /* Windows Internet Explorer 6対策 */
	height: 150px;
	background: #FFFFFF url(../parts/title.gif) left top no-repeat;
}

.katudou_link {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 130px;
}

.gohome {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 10px;
}


/* ナビ
---------------------------------------------*/
#navigation {
	position: absolute;
	top: 150px;
	left: auto;
	width: 800px;
	right: auto;
}


#navigation ul{
    margin:0;
	padding:0;
	list-style:none;
}

#navigation li{
    float:left;
	width:240px;
	margin:0;
}

#navigation li a{
	display:block;
	width:100%;
	padding:8px 0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	background:url(../parts/menu_bg.gif) left top no-repeat;
	font-size: 14px;
}

#navigation li a:hover{
	color:#993333;
	background:url(../parts/menu_bg.gif) right top no-repeat;
}


.hosoku{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	font-size: 12px;
}


/* コンテンツ
---------------------------------------------*/

#main {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
}





h1 {
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	padding: 3px;
	background-image: url(../parts/ichiran_h1_bg.gif);
	background-repeat: repeat;
    margin-top: 60px;
}



 

/* 新着情報
---------------------------------------------*/

ul {
	list-style-type: none;
	line-height : 180%;
　/*リストの行間調整*/
  padding : 2px 0;  
	width: 90%;
}

li.new {
	padding-left: 1px;
	list-style-type: none;
	list-style-image: url(../parts/icon_kamei.gif);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
	line-height: 1.8em;
	padding-bottom: 5px;
}




.hyo {
	width:680px;
	background-image: url(../parts/top_hyo_bg.gif);
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	margin-bottom: 20px;
}

.hyo_ue {
	width:680px;
	background-image: url(../parts/top_hyo_bg_ue.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

.hyo_sita {
	width:680px;
	background-image: url(../parts/top_hyo_bg_sita.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* フッター
---------------------------------------------*/



#footer{
	width:720px;
	padding: 0px;

}