/* 基本設定 */

* {
	margin:0px;
	padding:0px;
	
	}

body {
	background:#000000;
	color:#DFDFDF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.8em;
	font-size:0.8em;
	
	}
	
li {
	list-style:none;
	}
	
img {
	border:none;
	vertical-align:top;
	margin:0px;
	padding:0px;
	}	
	
p {
	padding-bottom:15px;
	}

	
a:link , a:visited {
	text-decoration:underline;
	color:#DFDFDF;
	}
	
a:hover , a:active  {
	text-decoration:none;
	color:#DFDFDF;
	}
	
table p {
	padding-bottom:0px;
	}
	
strong {
	color:#b91c22;
	}
	
/* Start clearFix */
.clearfix:after {
	font-size: 1px;
	color: #ffffff;
	content: "";
	display: block;
	height: 0px;
	clear: both;
	}
.clearfix {
	zoom: 1;
	}
/* End clearFix */
	
	
/*----文字設定----*/
.sml {
	font-size:0.8em;
	}
	
.sml3 {
	font-size:85%;
	line-height:1.6em;
	}
	
.sml2 {
	font-size:90%;
	line-height:1.7em;
	}
	
.lrg {
	font-size:1.3em;
	line-height:1.7em;
	}	

.lrg2 {
	font-size:1.1em;
	line-height:1.7em;
	}	
	
.red {
	color:#b91c22;
	}
	
.red2 {
	color:#b91c22;
	line-height:120%;
	font-size:0.9em;
	}
	
.pink {
	color:#ffe5e5;
	}
	
.no-pad {
	padding:0;
	}
	
.p-right2em {
	padding-right:1.3em;
	} 

.white {
	color:#fff;
	}
	
/*---リンク---*/
.link1 {
	font-size:0.9em;
	background:url(../images/ico_link1.gif) no-repeat 0px 0.1em;
	padding-left:15px;
	line-height:120%;
	}
	
.link2 {
	font-size:1.2em;
	background:url(../images/ico_link2.gif) no-repeat 0px 0.1em;
	padding-left:20px;
	line-height:120%;
	}
	
.link3 {
	font-size:0.9em;
	background:url(../images/ico_link3.gif) no-repeat 0px 0.3em;
	padding-left:8px;
	line-height:120%;
	}

.link4 {
	font-size:1.2em;
	background:url(../images/ico_link2.gif) no-repeat 0.4em 1.0em;
	padding:12px 24px;
	line-height:120%;
	border:#444444 dotted 1px;
	margin-top:20px;
	display:block;
}

.link5 {
	
	background:url(../images/ico_link1.gif) no-repeat 0px 0.1em;
	padding-left:15px;
	
	}
	
.link6 {
	font-size:1.2em;
	font-weight:600;
	background:url(../images/ico_link6.gif) no-repeat 0px 0.1em;
	padding-left:18px;
	line-height:120%;
	}
	
	
/*----フロート設定----*/
.box {
    zoom: 100%;
}

.box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.right-p-r5 {
	float:right;
	padding-right:5px;
	}
	
.right-p-l20 {
	float:right;
	padding-left:20px;
	}
	
.left-p-r20 {
	float:left;
	padding:0 20px 20px 0;
	}
	
.left-p-r20b {
	float:left;
	padding:0 20px 0 0;
	}

	
/*----位置設定----*/
.center {
	text-align:center;
	}	
	
.t-right {
	text-align:right;
	}
	
.m-top10 {
	margin-top:10px;
	}
	
.m-top20 {
	margin-top:20px;
	}
	
.m-top30 {
	margin-top:30px;
	}
	
.m-top40 {
	margin-top:40px;
	}
	
.m-top50 {
	margin-top:50px;
	}
	
.m-top-10 {
	margin-top:-10px;
	}
	
.m-top-20 {
	margin-top:-20px;
	}

	
.m-bottom10 {
	margin-bottom:10px;
	}
	
.m-bottom15 {
	margin-bottom:15px;
	}	

.m-bottom20 {
	margin-bottom:20px;
	}
	
.m-bottom30 {
	margin-bottom:30px;
	}
	
.m-bottom40 {
	margin-bottom:40px;
	}
	
.p-right20 {
	padding-right:20px;
	}
	
.p-right115 {
	padding-right:115px;
	}
	
.p-top05 {
	padding-top:5px;
	}
	
.p-top10 {
	padding-top:10px;
	}
	
.p-top20 {
	padding-top:20px;
	}
	
.p-top30 {
	padding-top:30px;
	}
	
.m-right20 {
	margin-right:20px;
	}
	
.m-tate10 {
	margin:10px 0;
	}
	
.p-bottom10 {
	padding-bottom:10px;
	}
	
/*----レイアウト----*/

	
#pagetop {
	display:block;
	background:#db0008;
	height:5px;
	line-height:0;
	padding:0;
	margin:0;
	}	
	
#pagetop a {
	padding-left:-9999px;
	}
	
#navi {
	margin:0 auto;
	background:url(../images/bg_navi.gif) repeat-x;
	}
	
#header {
	width:950px;
	margin:0px auto;
	}
	
h1 {
	margin-top:12px;
	padding-bottom:18px;
	display:block;
	float:left;
	width:138px;
	}
	
#header-right {
	width:250px;
	float:right;
	}
	
#header-right li {
	line-height:0;
	float:right;
	}
	

	
#navi ul {
	width:950px;
	margin:0 auto;
	}	
	
#navi li {
	float:left;
	}
	
#footer {
	background:#3a3a3a;
	}
	
#footer div {
	width:950px;
	margin:0 auto;
	}
	
 address {
	float:left;
	padding:10px 0 10px 12px;
	}
	
#footer li {
	float:right;
	padding:10px 10px 0 0;
	line-height:0px;
	vertical-align:bottom;
	}

.banner2 {
	padding-top:15px;
	}

.teiki {
	margin-bottom:15px;
	}
	
.saisin {
	font-size:14px;
	font-weight:bold;
	}
	
.youtube_title {
	color: #fbcfd0;
	}

