@charset "UTF-8";
.clearfix, .clear, #clearfix {
    zoom: 1;
}
.clearfix:after, .clear:after , #clearfix:after{
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

* html .clearfix, * html #clearfix,
* html .clear {
	display: inline-table;
	display: block;
}


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
}
html {
	font-size: 90%;
	line-height: 140%;
}

img { 
margin:0; padding:0; border:none;
}

a img, iframe {
	border:none
}
ol, ul, li {
	list-style:none
}
input, textarea, select, button {
	font-size:100%;
	font-family:inherit
}
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana',sans-serif;
}


a,a:visited {
	text-decoration:underline;
	color:#00F;
}
a:hover,a:active {
	text-decoration:none;
	color: #FF0000;
}
/*　ここからコンテンツ　*/

* html{
	width:100%;
	}

* html div#wrapper{
	height:100%;
	}
#wrapper{
	min-height:100%;
	}
body > #wrapper{
	height:auto;
	}


/*　文章中の赤文字および太字　*/
.red{
	color: #F00;
}
.red_bold{
	color: #F00;
	font-weight: bold;
}
.red_3px{
	color: #F00;
	padding-right: 3px;
	padding-left: 3px;
}
.red_bold_3px{
	color: #F00;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	}


/*　左右空　*/
.right_padding{
	padding-right: 5px;
}
.left_padding{
	padding-left: 5px;
}



header{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

header h1{
	/*display:none;*/
	font-size: 24px;
	color: #039;
	font-weight: normal;
	}

#contents{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
	}

#contents h2{
	font-size: 20px;
	color: #666;
	margin-bottom: 25px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

/* --ページトップボタン ------------------------------------------- */
/* ※Crossfader 連携 */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	line-height: 1.5;
}
#pagetop a {
	font-size: 10px;
	font-family: "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-decoration: none;
	color: #fff;
	width: auto;
	padding: 6px 6px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #999;
}
#pagetop a:hover {
	text-decoration: none;
	background-color: #9CC;
}

#pagetop a span {
	font-size: 130%;
	color: #FF9;
}


footer{
	margin-top: 100px;
	padding-top: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 95%;
	margin-right: auto;
	margin-left: auto;	
	}


/***** copyright ******/
div.copyright{
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	margin: 15px auto;
	}




