@charset "shift_jis";
/*##################################################
-------------LIST-------------
 01: Reset
 02: Wrapper
 03: Link
 04: TopicPath
 05: PageTop
 06: Clear
 --: clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
 01: Reset Style
 -------------------------------------------------- */
body	{
	background-color:#fff;
	color:#3f3f3f;
	font-size:82%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:1.8;
	margin:0 auto;
	background:url(../images/head_bg.gif) center top no-repeat;
}
html>/**/body	{
	font-size:13px;
}

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,
form,fieldset,input,
p,
th,td	{
	margin:0;
	padding:0;
} 
table	{
	border-collapse:collapse;
	border-spacing:0;
} 
fieldset,img	{
	border:0;
} 
img	{
	vertical-align:bottom;
} 
caption,em,th	{
	font-style:normal;
	font-weight:normal;
} 
ol,ul {
	list-style:none;
} 
caption,th	{
	text-align:left;
} 
h1,h2,h3,h4,h5	{
	font-size:100%;
	font-weight:normal;
}



/* --------------------------------------------------
 02: Wrapper Style
 -------------------------------------------------- */
#wrap	{
	width:100%;
	margin:0 auto;
	background:url(../images/contents_bg.jpg) left bottom repeat-x;
}
#container	{
	width:760px;
	margin:0 auto;
	padding:0 5px;
}
#main	{
	_height:500px; /* for win IE6 */
	min-height:500px;
	margin:0 0 20px 0;
	_margin:0 0 -6px 0; /* for win IE6 */
}

.layoutBox	{
	margin-bottom:20px;
}

/* 2Column
 -------------------------------------------------- */
.clm2	{
	float:left;
	width:255px; /* コンテンツのwidthが525pxの場合は255pxに変更 */
	margin-right:15px; /* コンテンツのwidthが525pxの場合は15pxに変更 */
}
.clm2_rgt	{
	float:left;
	width:255px; /* コンテンツのwidthが525pxの場合は255pxに変更 */
}

/* 3Column
 -------------------------------------------------- */
.clm3	{
	float:left;
	width:165px; /* コンテンツのwidthが525pxの場合は165pxに変更 */
	margin-right:15px;
}
.clm3_rgt	{
	float:left;
	width:165px; /* コンテンツのwidthが525pxの場合は165pxに変更 */
}

/* Caption after Column
 -------------------------------------------------- */
p.capt	{
	clear:left;
	text-indent:0;
	font-size:85%;
}


/* --------------------------------------------------
 03: Link Style
 -------------------------------------------------- */
a	{
	overflow:hidden;
	color:#fc79b0;
	text-decoration:none;
	text-indent:0;
}
a:link	{
	text-decoration:underline;
}
a:visited	{
	text-decoration:underline;
}
a:hover	{
	color:#f00;
	text-decoration:underline;
}
a:active	{
	color:#f00;
}

a.new_window	{
	background:url(../images/link_window.gif) right center no-repeat;
	padding-right:18px;
	margin-right:1em;
}
a.pdf	{
	background:url(../images/link_pdf.gif) right center no-repeat;
	padding-right:31px;
	margin-right:1em;
}


/* --------------------------------------------------
 04: TopicPath Style
-------------------------------------------------- */
p#topicPath	{
	font-size:93%;
	height:37px;
	line-height:1.0;
	margin-top:7px;
	text-indent:0;
}
p#topicPath img	{
	vertical-align:bottom;
	padding:0 6px 1px 6px;
}
p#topicPath a	{
	color:#f00;
	text-decoration:none;
}
p#topicPath a:hover	{
	text-decoration:underline;
}


/* --------------------------------------------------
 05: PageTop Style
-------------------------------------------------- */
#container p.pagetop	{
	font-size:85%;
	padding:10px 0;
	text-indent:0;
}
#container p.pagetop span	{
	color:#fc79b0;
	margin-right:5px;
}
#container p.pagetop a	{
	color:#666;
	text-decoration:none;
}
#container p.pagetop a:hover	{
	color:#fc79b0;
	text-decoration:underline;
}


/* --------------------------------------------------
 06: Clear Style
-------------------------------------------------- */
.clr	{
	clear:both;
}

hr	{
	margin:0;
	_margin-top:-30px;
	border:none;
	padding:0;
	height:0;
	visibility:hidden;
	clear:both;
	display:block;
}


/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#main,
.layoutBox	{zoom:1;}
/* for IE5 Mac start \*//*/
#main,
.layoutBox	{display:inline-table;}
/*for IE5 Mac end */
#main:after,
.layoutBox:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
