﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:78%;
	line-height:175%;
	color:#686868;
}
ol, ul {
	list-style: none;
}

img{
	vertical-align:bottom;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.fl{
	float:left;
	margin:0 5px 5px 0;
}

.fr{
	float:right;
	margin:0 0 5px 5px;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{
	zoom:1;
}

#header{
	border-bottom:2px #ff4b97 solid;
	padding-bottom:10px;
}

#header_in{
	width:804px;
	height:63px;
	position:relative;
	margin:0 auto;
}


#header_in dl dt{
	position:absolute;
	top:10px;
	left:4px;
	line-height:1%;
}

#header_in dl dd{
	position:absolute;
	bottom:0;
	right:0;
}

#container{
	width:804px;
	margin:0 auto;
	padding:10px 0 50px 0;
}

#container:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#left{
	width:154px;
	float:left;
}

#left #gnav li{
	text-align:center;
	vertical-align:middle;
}

#left #gnav li a{
	width:138px;
	height:28px;
	background:url(../images/gnav_bg.gif) 0 0 no-repeat;
	display:block;
	padding-top:10px;
	color:#fff;
	text-decoration:none;
}

#left #gnav li a:hover{
	background-position:0 -38px;
}

#right{
	width:640px;
	float:right;
}

#right h1{
	width:622px;
	height:25px;
	background:url(../images/h1_bg.gif) 0 0 no-repeat;
	color:#ff4b97;
	padding:5px 0 0 28px;
	font-weight:bold;
	margin-bottom:10px;
}

#right h2{
	background:url(../images/h2_arw.gif) left center no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin:0 0 0 11px;
}

#right p.txt{
	margin:0 0 4px 11px;
}

#right .tag{
	margin:0 0 10px 11px;
	border:#d3d3d3 1px dotted;
	background-color:#f9f9f9;
	padding:15px 20px;
}

#right p.go_top{
	text-align:right;
}

#right p.go_top a{
	background:url(../images/go_top_arw2.gif) left center no-repeat;
	padding-left:18px;
}

#right p.go_top a:hover{
	background:url(../images/go_top_arw.gif) left center no-repeat;
	padding-left:18px;
}

#right p.go_top p.right{
	text-align:right;
}

a{
	color:#ff4b97;
	text-decoration:none;
}

a:hover{
	color:#f2ec32;
	text-decoration:underline;
}

#footer{
	border-top:2px #ff4b97 solid;
	padding-top:10px;
}

#footer_in{
	width:804px;
	margin:0 auto;
}

#footer_in:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer_in p#copy{
	width:450px;
	float:left;
}

#footer_in p.link{
	width:354px;
	float:right;
	text-align:right;
}

#footer_in p.link a{
	color:#868686;
	text-decoration:none;
}

#footer_in p.link a:hover{
	color:#ff4b97;
	text-decoration:underline;
}
