@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:920px;
   margin:0 auto;
}

div#header {
   position:relative;
   width:920px;
   border-bottom:#090 2px solid;
}

div#pr {
   width:920px;
}

div#gnavi {
   position:absolute;
   bottom:5px;
   right:0;
}


div#icatch {
   width:920px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:920px;
   margin:0 auto;
   padding:10px;
   background:#fff;
}

div.info {
   font-size:0.84em;
   margin-bottom:15px;
   clear:both;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:920px;
   clear:both;
   overflow:hidden;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px 0;
   font-size:2em;
   color:#333;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
   text-decoration:none;
}


/* GNAVI CUSTOMIZE */
div#header #gnavi ul {
   list-style:none;
}

div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   padding-left:5px;
   padding-right:10px;
}



/* ========INFO CUSTOMIZE======== */
div.info li.name {
	float:left;
	width:250px;
	margin:10px 10px 0 5px;
	display:block;
}
li.name a:hover{
	color:#090;
}

div.info li.bn{
	float:left;
	width:250px;
	height:80px;
	margin:5px 10px 0 5px;
	display:block;
	border:#CCC solid 1px;
	padding:0;
}



/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(../img/common/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
div#footMenu {
   position: relative;
   padding:20px 0 20px 0;
   border-top:1px solid #090;
}

div#footMenu ul{
   position:relative;
   left:60%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

div#footMenu li{
   position:relative;
   float:left;
   padding:0;
   font-size:0.63em;
}

