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

/*
*　1.Default
*　2.Hypertext
*　3.Clearfix Hidetxt

*/

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

1.Default

====================================================*/
* {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

body{
	background: none repeat scroll 0 0 transparent;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../images/bg02.jpg);
	background-repeat:repeat-x;
	text-align: center;
	line-height: 120%;
	font: 13px/1.231 arial,helvetica,clean,sans-serif,Osaka, "ＭＳ Ｐゴシック"; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

img { 
	vertical-align: bottom; /* 画像の下にできる隙間をなくす */
	}

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

　2.Hypertext
	
=======================================*/

a{
	color: #0099FF;
	text-decoration:underline;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #2871A6;
}

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

　3.Clearfix Hidetxt
	
=======================================*/
.hidetext{
	text-indent: -9999px;
}
.clearfix {zoom:1;}

.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
} 

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*\*//*/
.hack {
	letter-spacing : -9999px;
}
/**/

/*---------------------------------------------------------------------------------------------
  BACKGROUND / BORDER
---------------------------------------------------------------------------------------------*/

.top_dot_short {
	background: url(../images/common/bg_dot.gif) no-repeat 0px 0px;
	padding-top: 12px;
}
.top_dot {
	background: url(../images/common/common_dot.gif) repeat-x left top;
}
.top_dot248 {
	background: url(../images/bg_dot248.gif) no-repeat 0px 0px;
}
.bottom_dot {
	background: url(../images/common/common_dot.gif) repeat-x left bottom;
}
.bottom_solid {
	background: url(../images/common/common_solid.gif) repeat-x left bottom;
}
.bg_gray {
	background: #E5E5E5;
	padding: 6px 7px;
}

.border_solid_gray {
	border: 1px solid #CCCCCC;
}

.border_none {
	border: none;
}

.left_solid2 {
	border-left: 2px solid #808080;
}
.left_solid4 {
	border-left: 4px solid #CCCCCC;
}
.left_dot1 {
	background: url(../images/common/common_dot_v.gif) repeat-y left top;
}



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

　2-2.FLOAT  あとでけす
	
=======================================*/

.left {
	padding: 0px;
	margin: 0px;
	float: left;
}
.right {
	padding: 0px;
	margin: 0px;
	float: right;
}
