@charset "UTF-8";

/* ========BASIC======== */
body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-color: #D9E021;
}

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	font-size: 12px;
}


br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

ul {
list-style-type:none;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:760px;
   margin:0 auto;
   padding:10px 0;
	background-color:#FFFFFF;
}

div#header {
   position:relative;
   width:760px;
   margin-bottom:10px;
}


div#pr {
   position:absolute;
   left:10px;
   top:0;
   width:480px;
}


div#gnavi {
   position:absolute;
   bottom:0;
   right:10px;
}

div#icatch {
   width:760px;
}

ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.3em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}


div#contents {
	clear: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

div#main {
   float:left;
   font-size:15px;
   width:500px;
   margin-left:20px;
}

div#sub {
   float:right;
   width:200px;
   margin-right:20px;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:center;
   width:760px;
   padding-top:10px;
}

div#footer {
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:2em;
   color:black;
   line-height:1.0;
}

div#header h1 a {
   color:#A7005D;
}

div#header h1 a:hover {
   color:#C71C7A;
}

div#header #pr h1 {
   margin:0;
   font-size:0.75em;
}

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{
   display:block;
   padding-left:15px;
   background:url(images/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
	color:#333;
}

div#main a:hover {
   color:#C71C7A;
   border-bottom:1px solid #C71C7A;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0 40px;
   line-height:2.0;
   color:#5E563F;
   font-size:1.2em;
   font-weight:bold;
   border:1px solid #B4A373;
   background:#fff url(images/bg_h2.gif) 0 50% no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:1.2em;
   margin-left:0.8em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p {
	font-size:1em;
	line-height:1.8em;
	margin-left:1em;
}

div#main ul,ol,dl {
   font-size:0.75em;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div{
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   margin-left:20px;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:30px;
}

div#sub h2 {
   font-size:1.2em;
   font-weight:bold;
}

div#sub ul {
	margin:0 0 30px 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:1.5em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
}

div#totop p a:hover {
   color:#999;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background:url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	font-size:0.8em;
	color:#fff;
	line-height:3;
	text-align:center;
	background-color: #000066;
}
/* ========TableCUSTOMIZE======== */


table {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
thead th {
	background: url(images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	text-indent:10px;
}
tbody tr {
background: url(images/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(images/bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	text-indent:50px;
}
tbody a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
	font-size:15px
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

tfoot td {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
