@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, 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,
b, u, i, center,
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-size: 100%;
	background: transparent;
	vertical-align: baseline;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
}
h3, h4{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 9pt;
	line-height: 150%;
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
ol, ul {
	list-style-image: none;
	list-style-type: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*フロートクリア*/
.clear {
	clear: both;
}

/*リンク*/
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}

/*メイン*/
.title {
	margin-bottom: 7px;	
}
.yelllow_line {
	background-image: url(../img/line_back.gif);
	height: 6px;
	margin-bottom: 25px;
}
.h_midashi {
	background-image: url(../img/midashi_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFEA10;
	margin-top: 20px;
	padding: 5px 0px 5px 25px;
	width: 652px;
}
.komidashi {
	margin: 20px 0px 0px 20px;	
}
.komidashi dt {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFEA10;
	background-color: #FFFFD0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFEA10;
}
.next_title {
	margin-top: 55px;
	border: 1px solid #ffea10;
	text-align: center;
	padding: 5px;
}
.next {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffea10;
	border-bottom-color: #ffea10;
	border-left-color: #ffea10;
}
.icon_box {
	float: left;
}

/*h2のテキスト*/
a:link.h2_text  {
	color: #333;
	text-decoration: none;
}
a:visited.h2_text {
	color: #333;
	text-decoration: none;
}
a:hover.h2_text {
	color: #333;
	text-decoration: none;
}
a:active.h2_text {
	color: #333;
	text-decoration: none;
}

/*フッターのテキスト*/
.white_text {
	font-size: 10px;
	color: #FFF;	
}
.white_text a:link {
	color: #FFF;
	text-decoration: none;
}
.white_text a:visited {
	color: #FFF;
	text-decoration: none;
}
.white_text a:hover {
	color: #CCC;
	text-decoration: underline;
}
.white_text a:active {
	color: #FFF;
	text-decoration: none;
}
.container .left .main .bold_text, h4.bold_text {
	font-weight: bold;
	font-size: 16px;
}

