
/*behavior: url(../js/pie/PIE.htc);
	position:relative;
	box-shadow: rgba(0,0,0,.6) 0px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 5px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 5px;;
	behavior: url(../js/pie/PIE.htc);*/

/*for IE9
header #head_navi:not(:target) {
	margin-top : 0px;
	padding : 6px 0;
}*/

a[name] {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
	height: 3px;
}
/*-------------------------------------------------------
                      RESET
-------------------------------------------------------*/

div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td, legend {
	margin: 0;
	padding: 0;
}

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, 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, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	outline: 0 none;

}

/* IEすきまバグ対策

ul li img {
	vertical-align:bottom;
} */

/*-------------------------------------------------------
                      STYLE_COMMON
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','MS Gothic', sans-serif;
}
body {
    background-image: url("allimage/topback.jpg") ;
    background-repeat: no-repeat;
    /*font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','MS Gothic', sans-serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 12px; /*font-size: 1.2rem;*/
	color: #666666;
	width: auto;
}
html {
	font-size: 12px; /* 元は62.5%(10px) */
}


h1 {	
        margin-top:9px; 
        margin-left:15px; 
        color: #000080;
        font-weight:bold;
	    float:left;	
}

.s-txt {
	font-size: 11px; /*font-size: 1.1rem;*/
}

body p {
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
}

a {
	color: #666666;
}
a:hover {
	color: #8eb8ff;
	cursor: pointer;
	text-decoration: underline;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
.alpha a:hover {
	cursor: pointer;
	opacity: 0.8;
	filter:alpha(opacity=80);
	background: #ffffff;
	_zoom:1
}
* html .alpha a:hover {
	filter:alpha(opacity=80);
	background: #ffffff;
}
.alpha a:hover img {
	cursor: pointer;
	opacity: 0.8;
	filter:alpha(opacity=80);
	background: #ffffff;
	_zoom:1
}
* html .alpha a:hover img {
	filter:alpha(opacity=80);
	background: #ffffff;
}
input:hover.alpha {
	cursor: pointer;
	opacity: 0.8;
	filter:alpha(opacity=80);
	background: #ffffff;
}
* html input:hover.alpha {
	filter:alpha(opacity=80);
	background: #ffffff;
}
#content {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#content-r {
	width: 818px;
	margin: 0 auto;
	float: right;
}
#content-l {
	width: 150px;
	margin: 0 auto;
	float: left;
}

hr{width: 1000px;
    	margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}



/*-------------------------------------------------------
                      MARGIN_COMMON
-------------------------------------------------------*/

.mb5 {
	margin-bottom: 5px;
	_margin-bottom: 2px;
}
.mb10 {
	margin-bottom: 10px;
	_margin-bottom: 5px;
}
.mb15 {
	margin-bottom: 15px;
	_margin-bottom: 7px;
}
.mb20 {
	margin-bottom: 20px;
	_margin-bottom: 10px;
}
.mt5 {
	margin-top: 5px;
	_margin-top: 2px;
}
.mt10 {
	margin-top: 10px;
	_margin-top: 5px;
}
.mt15 {
	margin-top: 15px;
	_margin-top: 7px;
}
.mt20 {
	margin-top: 20px;
	_margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
	_margin-top: 15px;
}
.mt40 {
	margin-top: 40px;
	_margin-top: 20px;
}


/*-------------------------------------------------------
                      CLEAR_FIX
-------------------------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.fontsize13{
    font-size:13px;
}
.fontsize15{
    font-size:15px;
}
.fontsize17{
    font-size:17px;
}
.fontsize20{
    font-size:20px;
}
