@charset "utf-8";

/*===============================================================

	RESET
	
====================================================== =RESET */
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: #666666;	/*
	punctuation-trim: start end adjacent;
	text-autospace: ideograph-numeric ideograph-alpha;
	*/
}
/* for WinIE6*/

* html body { 
	font-size: 75%;
}

p{
	margin:0;
	padding:0;
}

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

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

dl,dt,dd,li {
	margin: 0px;
	padding: 0px;
}
/*
strong {
	color:#CC0000;
}
*/

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


/*
table {
	border: none;	
	border-collapse:collapse;
	

}

th {
	border: none;

}

td {
	border: none;

}

*/

/*==========================   form   ==========================*/

form{
  margin:0px;
  padding:0px;
}

input{
	font-size:12px;
	margin:0;
	padding:0px;
	/position:relative;
	/top:-1px;
}
/*
textarea{
	color:#000000;
	border:solid 1px #7F9DB9;
	font-size:13px;
	background-color:#ffffff;
	margin:0;
	padding: 2px 3px;
}

*/
select{
	margin:0;
	padding: 0;
}
.radio {
	vertical-align:middle;
	border:none;
	margin:0;
	padding:0;
	height:10px;
	width:10px;
	/height:10px;
	/width:10px;
}
.button{
	color:#e5e5e5;
	font-size:10px;
	background-color:#000000;
	margin:0;
	padding: 1px 2px;
}
.button2{
	color:#f5f5f5;
	font-size:10px;
	background-color:#008FBE;
	margin:0;
	padding: 1px 2px;
	border:none;
}
input[type="image"] {
   border: 0;
   padding:0;
   margin:0;
}

/*==========================   link  ==========================*/

a:link {
	color: #5C5C5C;
	text-decoration: none;
}
a:visited {
  color: #5C5C5C;
	text-decoration: none;
}
a:active {
  color: #5C5C5C;
	text-decoration: none;
}
a:hover {
	color: #988B8D;
	text-decoration: none;
}

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

a.linkgray:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a.linkgray:visited {
  color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a.linkgray:active {
  color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a.linkgray:hover {
  color: #21889E;
	text-decoration: none;
	font-weight:bold;
}

/*==========================   linkgreen  ==========================*/

a.linkgreen:link {
	color: #006699;
	text-decoration: none;
	font-size:10px;
}
a.linkgreen:visited {
  color: #006699;
	text-decoration: none;
	font-size:10px;
}
a.linkgreen:active {
  color: #006699;
	text-decoration: none;
	font-size:10px;
}
a.linkgreen:hover {
  color: #ffffff;
	text-decoration: none;
	font-size:10px;
}

/*==========================   linkred  ==========================*/

a.linkred:link {
	color: #990000;
	text-decoration: none;

}
a.linkred:visited {
  color: #990000;
	text-decoration: none;

}
a.linkred:active {
  color: #990000;
	text-decoration: none;

}
a.linkred:hover {
  color: #990000;
	text-decoration: none;

}


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

a.linkblue:link {
	color: #224E95;
	text-decoration: none;
}
a.linkblue:visited {
  color: #224E95;
	text-decoration: none;

}
a.linkblue:active {
  color: #224E95;
	text-decoration: none;

}
a.linkblue:hover {
  color: #224E95;
	text-decoration: none;

}

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

a.linkwhite:link {
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
}
a.linkwhite:visited {
  color: #ffffff;
	text-decoration: none;
	font-size:10px;
}
a.linkwhite:active {
  color: #ffffff;
	text-decoration: none;
	font-size:10px;
}
a.linkwhite:hover {
  color: #333333;
	text-decoration: none;
	font-size:10px;
}


/*==========================   linkwhite2  ==========================*/

a.linkwhite2:link {
	color: #ffffff;
	text-decoration: none;
}
a.linkwhite2:visited {
  color: #ffffff;
	text-decoration: none;
}
a.linkwhite2:active {
  color: #ffffff;
	text-decoration: none;
}
a.linkwhite2:hover {
  color: #21889E;
	text-decoration: none;
}


/*==========================   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;
}*/


/*==========================   color  ==========================*/
.lightgray {
  color:#cccccc;
}
.red {
  color:#AE1E21;
}
.deepred {
  color:#990000;
}
.green {
  color:#21889E;
}
.white {
  color:#ffffff;
}

.darkRed {
  color:#DB3E44;
}

.darkGray {
  color:#777777;
}

.orange {
	color:#FF4100;
}

.brown {
	color:#5A3E26;
}

.lightBrown {
	color:#7B6551;
}

/*==========================   font  ==========================*/
.bold {
  font-weight:bold;
}
.font10 {
  font-size:10px;
}
.font12 {
  font-size:12px;
}
.font14 {
  font-size:14px;
}
.font16 {
  font-size:16px;
}
.font18 {
  font-size:18px;
}
.font24 {
  font-size:24px;
}
.font36 {
  font-size:36px;
}


/*==========================   padding_margin  ==========================*/
.p5 {
  padding:5px;
}
.p10 {
  padding:10px;
}
.p15 {
  padding:15px;
}
.pt3 {
  padding-top:3px;
}
.pt5 {
  padding-top:5px;
}
.pt10 {
  padding-top:10px;
}
.pt20 {
  padding-top:20px;
}
.pt30 {
  padding-top:30px;
}
.pt40 {
  padding-top:40px;
}
.pt50 {
  padding-top:50px;
}
.pb2 {
  padding-bottom:2px;
}
.pb3 {
  padding-bottom:3px;
}
.pb5 {
  padding-bottom:5px;
}
.pb10 {
  padding-bottom:10px;
}
.pb15 {
  padding-bottom:15px;
}
.pb20 {
  padding-bottom:20px;
}
.pb25 {
  padding-bottom:25px;
}
.pb30 {
  padding-bottom:30px;
}
.pb35 {
  padding-bottom:35px;
}
.pb50 {
  padding-bottom:50px;
}
.pl10 {
  padding-left:10px;
}
.pl15 {
  padding-left:15px;
}
.pr3 {
  padding-right:3px;
}
.pr1 {
  padding-right:1px;
}
.pr2 {
  padding-right:2px;
}
.pr5 {
  padding-right:5px;
}
.pr10 {
  padding-right:10px;
}
.pr12 {
  padding-right:12px;
}
.pr20 {
  padding-right:20px;
}



.mt5 {
  margin-top:5px;
}
.mt10 {
  margin-top:10px;
}
.mt15 {
  margin-top:15px;
}
.mt20 {
  margin-top:20px;
}


.mr10 {
  margin-right:10px;
}
.ml10 {
  margin-left:10px;
}

.mb5 {
  margin-bottom:5px;
}
.mb3 {
  margin-bottom:3px;
}
.mb10 {
  margin-bottom:10px;
}
.mb20 {
  margin-bottom:20px;
}
.mb30 {
  margin-bottom:30px;
}
.mb40 {
  margin-bottom:40px;
}
.mb50 {
  margin-bottom:50px;
}

/*==========================   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;
}
.space15{
	height:15px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space17{
	height:17px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space22{
	height:22px;
	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;
}
.space40{
	height:40px;
	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;
}

/*==========================   size   ==========================*/
.w5{
  width:5px;
}
.w50{
  width:50px;
}
.w80{
  width:80px;
}
.w100{
  width:100px;
}
.w120{
  width:120px;
}
.w130{
  width:130px;
}
.w150{
  width:150px;
}
.w200{
  width:200px;
}
.w220{
  width:220px;
}
.w310{
  width:310px;
}
.w400{
  width:400px;
}
.h100{
  height:100px;
}
.h150{
  height:150px;
}
.h200{
  height:200px;
}
.h300{
  height:300px;
}
.wInput{
	width:90%;
}

/*==========================   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;
}


/*==========================   IME設定　　==========================*/

.IMEon {
	ime-mode:active;
}

.IMEoff {
	ime-mode:disabled ;
}
.pointer {
  cursor:pointer;
}
.inlineblock {
  display:inline-block;
}


/*==========================   Fade Rollover ==========================*/

.fade {   
 -webkit-transition: 0.3s ease-in-out;s
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}
