@charset "UTF-8";

/*==========================   tag  ==========================*/

html {
	margin: 0px;
	padding: 0px;
  /*scrollbar-base-color : #FFFFFF;
  scrollbar-track-color : transparent;
  scrollbar-face-color : #FFFFFF;
  scrollbar-shadow-color : #ffffff;
  scrollbar-darkshadow-color : #737373;
  scrollbar-highlight-color : #ffffff;
  scrollbar-3dlight-color : #737373;
  scrollbar-arrow-color : #737373;*/
}
body {
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	color: #ffffff;
	/*font-family: "ＭＳ Ｐゴシック", Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, sans-serif;*/
	punctuation-trim: start end adjacent;
	text-autospace: ideograph-numeric ideograph-alpha;
	overflow-x:hidden;
}
p{
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:none;
	line-height:0;
	font-size:0;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin:0px;
	font-size:100%;
	text-decoration: none;
	font-weight:normal;
}
ul,ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

dl,dt,dd,li {
	margin: 0px;
	padding: 0px;
}

strong {
}


/*==========================   table  ==========================*/

table {
	border-collapse:collapse;
}
/*
th {
	background-color:#F7F7F7;
	border:1px solid #CCC0B7;
	padding:3px;
}
td {
	border:1px solid #CCC0B7;
	padding:4px;
}
*/

.label {
	float: left;
	width: 70px;
	line-height:1.5;
	vertical-align:middle;
	text-align: right;
	padding-right: 10px;
}
/*==========================   form   ==========================*/

form{
  margin:0px;
  padding:0px;
}
/*
input,textarea{
	color:#666666;
	border:solid 1px #CCC0B7;
	font-size:13px;
	background-color:#ffffff;
	margin:0;
	padding: 2px 3px;
}
*/
select {
	color:#666666;
}
.radio {
	vertical-align:middle;
	border:none;
	margin:0;
	height:13px;
}


/*==========================   link  ==========================*/
a { outline:none;}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*==========================   linkgray  ==========================*/

a.linkgray:link {
	color: #767777;
	text-decoration: none;
}
a.linkgray:visited {
  color: #767777;
  text-decoration: none;
}
a.linkgray:active {
  color: #767777;
  text-decoration: none;
}
a.linkgray:hover {
  color: #BABBBB;
  text-decoration: none;
}

/*==========================   linkblue  ==========================*/

a.linkblue:link {
	color: #0088ff;
	text-decoration: none;
}
a.linkblue:visited {
  color: #0088ff;
  text-decoration: none;
}
a.linkblue:active {
  color: #0088ff;
  text-decoration: none;
}
a.linkblue:hover {
  color: #fff;
  text-decoration: none;
}

/*==========================   linkblue2  ==========================*/

a.linkblue2:link {
	color: #0088ff;
	text-decoration: none;
}
a.linkblue2:visited {
  color: #0088ff;
  text-decoration: none;
}
a.linkblue2:active {
  color: #0088ff;
  text-decoration: none;
}
a.linkblue2:hover {
  color: #0088ff;
  text-decoration: underline;
}

/*==========================   linkwhite  ==========================*/

a.linkwhite:link {
	text-decoration:none;
	color:#FFFFFF;
	width:18px;
	height:20px;
	padding:0;
	margin:0;
}
a.linkwhite:visited {
	text-decoration:none;
	color:#FFFFFF;
	width:18px;
	height:20px;
	padding:0;
	margin:0;
}
a.linkwhite:active {
	text-decoration:none;
	color:#FFFFFF;
	width:18px;
	height:20px;
	padding:0;
	margin:0;
}
a.linkwhite:hover {
	background-color:#FFFFFF;
	color:#000000;
	width:18px;
	height:20px;
	padding:0;
	margin:0;
	display:block;
	line-height:20px;
	z-index:3;
}

/*==========================   color   ==========================*/

/*==========================   ClearFix==========================*/

/*  ClearFix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
/* end MacIE5 */

/* end ClearFix */



/*==========================   text_align  ==========================*/

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.vtop {
	vertical-align: top;
}
.vmiddle {
	vertical-align: middle;
}
.vbottom {
	vertical-align: bottom;
}



/*==========================   font  ==========================*/

.underline{
  text-decoration: underline;
}
.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.bold {
	font-weight:bold;
}



/*==========================   padding_margin  ==========================*/

.ml1{
	margin-left:1px;
}
.ml8{
	margin-left:8px;
}
.ml10{
	margin-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mb5{
	margin-bottom:5px;
}
.mt8{
  margin-top:8px;
}
.mt50{
	margin-top:50px;
}
.pl2 {
	padding-left: 2px;
}
.pl3 {
	padding-left: 3px;
}
.pl4 {
	padding-left: 4px;
}
.pl5 {
	padding-left: 5px;
}
.pl8 {
	padding-left: 8px;
}
.pl10 {
	padding-left: 10px;
}
.pl13 {
	padding-left: 13px;
}
.pl15 {
	padding-left: 15px;
}
.pl16 {
	padding-left: 16px;
}
.pl17 {
	padding-left: 17px;
}
.pl18 {
	padding-left: 18px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl35 {
	padding-left: 35px;
}
.pl42 {
	padding-left: 42px;
}
.pl50 {
	padding-left: 50px;
}
.pl60 {
	padding-left: 60px;
}
.pt0{
	padding-top:0px;
}
.pt1{
	padding-top:1px;
}
.pt2{
	padding-top:2px;
}
.pt3{
	padding-top:3px;
}
.pt4{
	padding-top:4px;
}
.pt5{
	padding-top:5px;
}
.pt6{
	padding-top:6px;
}
.pt7{
	padding-top:7px;
}
.pt8{
	padding-top:8px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt25{
	padding-top:25px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pr5 {
	padding-right:5px;
}
.pr7 {
	padding-right:7px;
}
.pr10 {
	padding-right:10px;
}
.pr13 {
	padding-right:13px;
}
.pr15 {
	padding-right:15px;
}
.pr17 {
	padding-right: 17px;
}
.pr20 {
	padding-right:20px;
}
.pr23 {
	padding-right:23px;
}
.pr25 {
	padding-right:25px;
}
.pr30 {
	padding-right:30px;
}
.pr50 {
	padding-right:50px;
}
.pr90 {
	padding-right:90px;
}
.pb2{
	padding-bottom:2px;
}
.pb3{
	padding-bottom:3px;
}
.pb5{
	padding-bottom:5px;
}
.pb6{
	padding-bottom:6px;
}
.pb8{
	padding-bottom:8px;
}
.pb10{
	padding-bottom:10px;
}
.pb12{
	padding-bottom:12px;
}
.pb14{
	padding-bottom:14px;
}
.pb15{
	padding-bottom:15px;
}
.pb18{
	padding-bottom:18px;
}
.pb20{
	padding-bottom:20px;
}
.pb25{
	padding-bottom:25px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pb1em{
	padding-bottom:1em;
}
.p0{
	padding:0px;
}
.p2{
	padding:2px;
}
.p3{
	padding:3px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p18 {
	padding:18px;
}
.p20 {
	padding:20px;
}
.p25 {
	padding:25px;
}
.p1em {
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
}

/*==========================   space   ==========================*/

.space2{
	height:2px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space3{
	height:3px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space4{
	height:4px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space5{
	height:5px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space7{
	height:7px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space8{
	height:8px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space9{
	height:9px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space10{
	height:10px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space11{
	height:11px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space12{
	height:12px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space13{
	height:13px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space15{
	height:15px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space18{
	height:18px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space25{
	height:25px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space30{
	height:30px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space35{
	height:35px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space40{
	height:40px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space45{
	height:45px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space50{
	height:50px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space60{
	height:60px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space70{
	height:60px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space198{
	height:198px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.ls1 {
	letter-spacing: 1px;
}

/*==========================   display  ==========================*/

.block {
	display:block;
}

.inline {
	display:inline;
}


/*==========================   floot   ==========================*/

.floatl{
	float:left;
}

.floatr{
	float:right;
}

.clear {
	clear:both;
}

/*==========================   list_style  ==========================*/

.listnum {
	list-style-type:decimal;
}

/*==========================   alpha   ==========================*/

.opacity25 {
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}

.opacity50{
	filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

.opacity75{
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
.opacity100{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

/*==========================   size   ==========================*/
.w5{
  width:5px;
}
.w50{
  width:50px;
}
.w80{
  width:80px;
}
.w100{
  width:100px;
}
.w150{
  width:150px;
}
.w175{
  width:175px;
}
.w200{
  width:200px;
}
.w205{
  width:205px;
}
.w210{
  width:210px;
}
.w250{
  width:250px;
}
.w300{
  width:300px;
}
.w325{
  width:325px;
}
.w350{
  width:350px;
}
.w390{
  width:390px;
}
.w400{
  width:400px;
}
.w500{
  width:500px;
}
.h100{
  height:100px;
}
.h150{
  height:150px;
}
.h200{
  height:200px;
}
.h300{
  height:300px;
}
.wInput{
  width:390px;
}

/*==========================   line-height  ==========================*/
.lh1 {
  line-height:1;
}
.lh11 {
  line-height:1.1;
}
.lh12 {
  line-height:1.2;
}
.lh13 {
  line-height:1.3;
}
.lh14 {
  line-height:1.4;
}
.lh15 {
  line-height:1.5;
}
.lh16 {
  line-height:1.6;
}
.lh17 {
  line-height:1.7;
}
.lh18 {
  line-height:1.8;
}
.lh19 {
  line-height:1.9;
}
.lh2 {
  line-height:2;
}


/*==========================   iepng   ==========================*/
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/*==========================   IME設定　　==========================*/

.IMEon {
	ime-mode:active;
}

.IMEoff {
	ime-mode:disabled ;
}
.error {
  color:#0099ff;
}
.pointer {
  cursor:pointer;
}

/*==========================  maximage  ==========================*/

#maximage {
	display: none;
	position:absolute;
	z-index:0;
}

.mc-hide-scrolls{
	/*overflow:auto;*/
}

body .mc-cycle {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

/*==========================   RIGHT PAGETOP  ==========================*/

#right_pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 80px;
	z-index: 999;
}
#right_pagetop a {
	display: block;
}


/*==========================   ie67  ==========================*/

h2.ie67 {
	margin-left:110px;
	margin-top:100px;
}

p.ie67 {
	margin-left: 110px;
	margin-top: 30px;
	line-height: 1.5em;
}

p a:link.ie67upgrade, p a:visited.ie67upgrade {
	color: #0087FF !important;
	text-decoration: none !important;
}

p a:hover.ie67upgrade, p a:active.ie67upgrade {
	text-decoration: underline !important;
}


.icon_arts{
	padding-left: 55px;
	background-image: url(../img/icon_arts.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 25px;
	font-size: 30px;
}