@charset "Shift_JIS";

/* ================================================================
リセット
================================================================ */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , table , th , td { 
	margin: 0;
	padding: 0;
}
body {
	color: #FFF;
	font-size: 75%;
	line-height: 150%;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}
caption , cite , code , dfn , th , var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption , th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}
textarea {
	font-size: 100%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* IE5.5用フォント指定 （テーブル内のフォントが継承されないバグ）-------------------- */
body *, 
body p{ 
    line-height:1.5em; 
} 
table{ 
    font-size:1em;
} 

/* 基本フォント -------------------- */
body {
	font-style: normal;
	font-family: Verdana, "Lucida Grande", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
/* IE 6 only */
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* IE 7 only */
*:first-child+html body { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}

/* 等倍フォント -------------------- */
.point, .title, .memberBox li, .kiteiNum { 
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", "ＭＳ ゴシック";
}
/* IE 6 only */
* html .point, * html .title, * html .memberBox li, * html .kiteiNum { 
	font-family: "MS Gothic", "ＭＳ ゴシック";
}
/* IE 7 only */
*:first-child+html .point, *:first-child+html .title, *:first-child+html .memberBox li, *:first-child+html .kiteiNum { 
	font-family: 'メイリオ', Meiryo, "MS Gothic", "ＭＳ ゴシック";
}

/* 基本テキストリンク -------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: #e15779;
}
a:visited {
	color: #e15779;
}
a:hover {
	color: #c36;
	text-decoration: none;
}
a:active {
	color: #c36;
}

/* ================================================================
外枠
================================================================ */
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}

#wrapper {
	width: 760px;
	background-color: #FFF;
	margin: 0 auto;
}

#container {
	width: 752px;
	text-align: left;
	border-right: 1px solid #FCB6C9;
	border-left: 1px solid #FCB6C9;
	margin: 0 auto;
	padding: 0 0 20px;
}
/* ================================================================
contents 共通
================================================================ */
#contents {
	float: right;
	width: 600px;
	padding-right: 12px;
}

h2 {
	clear: both;
	height: 86px;
	width: 600px;
	padding-bottom: 15px;
}


/* ================================================================
header
================================================================ */
#header {
	background-image: url(../images/title_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 752px;
	height: 169px;
	text-align: left;
}

#header h1  {
	width: 309px;
	height: 113px;
	padding: 54px 0 0;
}

/* ================================================================
sideMenu
================================================================ */
#sideMenu {
	float: left;
	width: 120px;
	padding: 0 0 0 8px;
	margin: 0;
}

#fiveBt {
	list-style-type: none;
}

#fiveBt li {
	border-top: 1px solid #CCC;
}

#fiveBt li#fin {
	border-bottom: 1px solid #CCC;
}

#nextBt li#second,
#nextBt #secondact {
	border-top: 1px dotted #CCC;
}

#nextBt li a {
	display: block;
	width: 120px;
	text-align: center;
	color: #333333;
	background: #fffaec;
	padding: 5px 0 4px;
}

#nextBt #act a,
#nextBt #secondact a {
	background: #fff0c0;
}

#nextBt li a:hover,
#nextBt #act a:hover,
#nextBt #secondact a:hover {
	background: #eceae7;
	padding: 5px 0 4px;
}

#nextBt li a:link,
#nextBt li a:visited,
#nextBt li a:active,
#nextBt li a:hover {
	text-decoration: none;
}

#gaibulink a {

	width: 120px;
	text-align: center;
	color: #333333;
	background: #ffffff;
	padding: 10px 10 10 10px;
}


/* ================================================================
footer
================================================================ */
#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}

address {
	width: 731px;
	height: 58px;
	background-image: url(../images/ft_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 17px;
	margin: 0 auto;
	padding: 4px 0 0;
}

address a:link,
address a:visited {
	color: #fff;
	text-decoration: underline;
}

address a:active,
address a:hover {
	color: #fff;
	text-decoration: none;
}

#copyR {
	color: #999;
}
/* ================================================================
PageTop Anchor
================================================================ */
.pageTop {
	clear: both;
	text-align: right;
	padding: 10px 0 24px;
}

.pageTop a {
	background-image: url(../images/mk_pink_up.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 1px 5px 1px 12px;
}
/* ================================================================
Link Icon
================================================================ */
.external, .pdf { 
		padding: 0 0 3px 3px;
     }
/* ================================================================
Noscript
================================================================ */
#Noscript {
	clear: both;
	padding: 15px 12px 0;
}

#Noscript p {
	color: #666;
	line-height: 1.5em;
	border-width: 1px 1px 1px 9px;
	border-style: solid;
	border-color: #999;
	padding: 7px;
}
/* ================================================================
ClearFix
================================================================ */
.clearfix:after  {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }