@charset "utf-8";

/*
.dotLine {
	border:0;
	height:1px;
	padding:10px 0;
	margin:15px 0;
	background-image:url(../img/hr_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	clear:both;
}
.dotLine hr {
	display:none;	
}
*/

.attention{
	padding-left: 1em;
	text-indent: -1em;
}

/*
.permalink{
	background:url(../img/subNavi_arrow.gif) left 4px no-repeat;
	padding-left:11px;
	margin:0;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++ linkcolor */
a:link { color: #FF0; text-decoration:underline;
}
a:visited { color: #FF0; text-decoration:underline;}
a:hover {	color: #FF0; text-decoration:none;}
a:active {color: #FF0; text-decoration:none;}

/*+++++++++++++++++++++++++++++++++++++++++++ fonts */
.x-small {font-size:75%; line-height:120%;}
.small {font-size:87%; line-height:120%;}
.medium {font-size:100%; line-height:120%;}
.large {font-size:112%; line-height:120%;}
.x-large {font-size:125%; line-height:120%;}
.xx-large {font-size:137%; line-height:120%;}

/*+++++++++++++++++++++++++++++++++++++++++++ layout */
.clear { clear:both;}
.texCenter { text-align:center;}
.texLeft { text-align:left;}
.texRight { text-align:right;}
.weightNormal {font-weight:normal}
.floatL { float:left;}
.floatR { float:right;}

.photoL {
	float:left;
	margin:0 10px 10px 0;
}
.photoR {
	float:right;
	margin:0 0 10px 10px;
}
.waku{
	border:1px solid #999999;
	padding:3px;
	background-color:#FFFFFF;
}

.center{
	text-align:center;
	margin:0 auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++ font-color */
.colYellow{
	color:#FFFF00;
}
.colGreen{
	color:#99FF00;
}
.colRed{
	color:#FF0000;
}
.colBlue{
	color:#06F;
}
.colSilver{
	color:#CCC;
}

/*+++++++++++++++++++++++++++++++++++++++++++ space */
.mt0{
	margin-top:0;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}

.mb0{
	margin-bottom:0;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}

.mr0{
	margin-right:0;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}

.ml0{
	margin-left:0;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ form */
/*
input[type="text"], input[type="password"], input[type="file"], textarea{
	border: 1px solid #999999;
	padding: 3px;
	font-size: 12px;
}
label{
	white-space: nowrap;
}
.textSS{
	width: 40px;
}
.textS{
	width: 120px;
}
.textM{
	width: 320px;
}
.textL{
	width: 430px;
}
.textLL{
	width: 560px;
}
.btnS{
	width: 100px;
	height: 30px;
}
.btnM{
	width: 180px;
	height: 30px;
}
.btnL{
	width: 300px;
	height: 30px;
}
.err{
	border: 1px solid #FF6666;
	background-color: #FFFFCC;
	color: #FF0000;
	padding: 3px;
	line-height: 1em;
	font-weight: bold;
	font-size: 65%;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
