/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Common                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	background-color:#e3e3e3;
	background-image:url(../images/bg.gif);	
	background-repeat:repeat-x;
	font-family:'CI',Meiryo;
	margin:0;
	padding:0;
	text-align:center;
	}

#wrapper {
	background:url(../images/cont_bg02.gif) repeat-y center;
	margin:0 auto;
	padding:0 5px;
	text-align:left;
	width:1000px;
	}


#wrapper2 {
	background:url(../images/cont_bg01.gif) top no-repeat;
	text-align:left;
	margin:0 auto;
	width:1000px;
	color:#666666;
	font-size:75%;
	line-height:150%;
	}


/*Reset
--------------*/
* {
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,address {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
	}
	
div#wrapper ul,div#wrapper li,div#wrapper ol,div#wrapper dl,div#wrapper dt,div#wrapper dd {list-style:none;}	


/*Link
--------------*/
a{outline:none;}

a:link {color:#006699;}

a:visited  {color:#0099CC;}

a:hover {color:#0099CC;}

a:active {color:#006699;}


/*Font
--------------*/
.txtL {
	font-size:100%;
	line-height:150%;
	}

.txtM {
	font-size:80%;
	line-height:150%;
	}

.txtS {
	font-size:70%;
	line-height:150%;
	}

/*Text-align
--------------*/
.txaL {text-align:left;}

.txaR {text-align:right;}

.txaC {text-align:center;}	


/*Float
--------------*/
.flL {float:left;}

.flR {float:right;}


/*Clear
--------------*/
.both {
	clear:both;
	}

.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}

.clearfix {
	display:inline-block;
	}	


/*Display
--------------*/
.block {
	display:block;
	}	


/*Margin
--------------*/
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}

/*top*/
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}

/*right*/
.mgR5{margin-right:5px;}
.mgR10{margin-right:10px;}
.mgR15{margin-right:15px;}
.mgR20{margin-right:20px;}

/*bottom*/
.mgB5{margin-bottom:5px;}
.mgB10{margin-bottom:10px;}
.mgB15{margin-bottom:15px;}
.mgB20{margin-bottom:20px;}
.mgB30{margin-bottom:30px;}

/*left*/
.mgL5{margin-left:5px;}
.mgl10{margin-left:10px;}
.mgL15{margin-left:15px;}
.mgL20{margin-left:20px;}


/*Padding
--------------*/
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}

/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}

/*right*/
.pdR5 {padding-right:5px;}
.pdR10 {padding-right:10px;}
.pdR20 {padding-right:20px;}

/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB30 {padding-bottom:30px;}

/*left*/
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
