@charset "utf-8";
/* CSS Document */

/* -------------------------------
	TAG
------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	font-size: 12px;
	text-align: center;
	color:#333333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:url(../img/header_bg.gif) repeat-x top;
	padding-top:10px;
}

strong {
	font-weight: normal;
}

img {
	border: none;
	vertical-align: middle;
}

h1,h2,h3,h4,h5{
	font-size: 12px;
	font-weight: normal;
}

a{
	color:#330099;
	text-decoration:none;
}

a:hover{
	color:#330099;
	text-decoration:underline;
}


/* -------------------------------
	COMMON STYLE
------------------------------- */

/* FONT */
.font-size1 {
	font-size: 0.9em !important;
}
.font-size2 {
	font-size: 1em !important;
}
.font-size3 {
	font-size: 1.1em !important;
}

.font-size4 {
	font-size: 9px !important;
}

.font-color1 {
	color: #0099FF !important;
}
.font-color2 {
	color: #CFECFF !important;
}

.font-color3 {
	color: #ff0000 !important;
	font-weight: bold !important;
}

.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}

.color_rd{
	color:#ff0000;
}

.color_bl{
	color:#0000ff;
}

/* INDENT */
.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}

/* MARGIN */
.margin-left0 {
	margin-left: 0 !important;
}
.margin-left10 {
	margin-left: 10px !important;
}
.margin-left15 {
	margin-left: 15px !important;
}
.margin-left20 {
	margin-left: 20px !important;
}
.margin-left30 {
	margin-left: 30px !important;
}
.margin-left40 {
	margin-left: 40px !important;
}
.margin-right0 {
	margin-right: 0 !important;
}
.margin-right10 {
	margin-right: 10px !important;
}
.margin-right15 {
	margin-right: 15px !important;
}
.margin-right20 {
	margin-right: 20px !important;
}
.margin-right30 {
	margin-right: 30px !important;
}
.margin-right40 {
	margin-right: 40px !important;
}
.margin-top0 {
	margin-top: 0 !important;
}
.margin-top10 {
	margin-top: 10px !important;
}
.margin-top15 {
	margin-top: 15px !important;
}
.margin-top20 {
	margin-top: 20px !important;
}
.margin-top30 {
	margin-top: 30px !important;
}
.margin-top40 {
	margin-top: 40px !important;
}
.margin-bottom0 {
	margin-bottom: 0 !important;
}
.margin-bottom10 {
	margin-bottom: 10px !important;
}
.margin-bottom15 {
	margin-bottom: 15px !important;
}
.margin-bottom20 {
	margin-bottom: 20px !important;
}
.margin-bottom30 {
	margin-bottom: 30px !important;
}
.margin-bottom40 {
	margin-bottom: 40px !important;
}


/* WIDTH */
.width-100per {
	width: 100% !important;
}
input.width-100per {
	width: 100% !important;
	height: 1.2em;
}
.width-50per {
	width: 50% !important;
}
input.width-50per {
	width: 50% !important;
	height: 1.2em;
}
.width-50 {
	width: 50px !important;
}
input.width-50 {
	width: 50px !important;
	height: 1.2em;
}
.width-150 {
	width: 150px !important;
}
input.width-150 {
	width: 150px !important;
	height: 1.2em;
}
.width-300 {
	width: 300px !important;
}
input.width-300 {
	width: 300px !important;
	height: 1.2em;
}

/* FLOAT */
.float-left {
	float: left !important;
}

.float-left02 {
	float: left !important;
	margin-right:15px;
	margin-left:15px;
}

.float-left03 {
	float: left !important;
	margin-right:15px;
	margin-left:5px;
}

.float-right {
	float: right !important;
}

.float-right02 {
	float: right !important;
	margin-right:20px;
	margin-left:15px;
}

/* ALIGN */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.valign-left {
	vertical-align: top !important;
}
.valign-center {
	vertical-align: middle !important;
}
.valign-right {
	vertical-align: bottom !important;
}

/* WRAP */
.nowrap {
	white-space: nowrap !important;
}

/* CLEAR */
.clear {
	clear: both !important;
	width: 100% !important;
	float: none !important;
}

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/* DISPLAY */
.display-block {
	display: block;
}