@charset "UTF-8";

/**********************************************
-----------------------------------------------
 common.css ver.1.00
-----------------------------------------------
**********************************************/
body{
	margin: 0px;
	padding: 0px;
	background:url(../images/common/back.jpg) repeat;
	line-height:1.5em;
	font-size:12px;
	color:#ffffff;
    font: 9pt/1.5em Arial, Helvetica, sans-serif;
}

/***********************************/

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

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

a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/***********************************/

.font_11{
	font-size:11px;
}

.font_12B{
	font-size:12px;
	font-weight:bold;
}

.font_13{
	font-size:13px;
}

.font_13B{
	font-size:13px;
	font-weight:bold;
}

.font_14{
	font-size:14px;
}

.font_14B{
	font-size:14px;
	font-weight:bold;
}

.font_18B{
	font-size:18px;
	font-weight:bold;
}

.font_blue{
	color:#06C;
}

/***********************************/

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

p.text {
	padding:15px;
}

p.clear {
	clear:both;
}

p.left {
	float:left;
}

p.right {
	float:right;
}

p.center {
	text-align:center;
}

/***********************************/

a img{
	border-style:none;
}

/***********************************/

.margin_bottom5{
	margin-bottom:5px;
}

.margin_bottom10{
	margin-bottom:10px;
}

.margin_bottom20{
	margin-bottom:20px;
}

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

ul {
	padding:0;
	margin:0;
}

li {
	display:inline;
	list-style-type:none;
	float:left;
}

/***********************************/

#wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
	background-color:#000000;
	overflow:hidden;
}

/**********************************************
-----------------------------------------------
 header
-----------------------------------------------
**********************************************/

#header{
	width:1000px;
	height:230px;
	background:url(../images/common/header.jpg);
}
/**********************************************
-----------------------------------------------
 gNavi
-----------------------------------------------
**********************************************/

#gNavi{
	width:1000px;
    height:70px;
}

#gNavi li{
	height:70px;
	float:left;
}

/**********************************************
-----------------------------------------------
 contents共通
-----------------------------------------------
**********************************************/

#contents{
	width:960px;
	height:auto;
	padding:20px;
	overflow:hidden;
}

#column_L{
	width:710px;
	height:auto;
	overflow:hidden;
	float:left;
}

#column_R{
	width:220px;
	height:auto;
	overflow:hidden;
	float:right;
}

#column_R img{
	margin-bottom:10px;
}


/**********************************************
-----------------------------------------------
 footer
-----------------------------------------------
**********************************************/

#footer{
	width:1000px;
	height:70px;
	background:url(../images/common/footer_top.jpg) top no-repeat;
	padding-top:75px;
	text-align:center;
	clear:both;
}