
/*-------------------初期設定----------------------*/
*{
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-family: "verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
}
/*-------------------基本レイアウト----------------------*/
body {
	background: #fff ;
	line-height: 120%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.text_l {
	width:200px;
}
.text_l td{
	margin: 0;
	border-bottom: 1px dotted #aaa;
}
.text_d {
	margin-top:3px;
	width:170px;
	border-bottom: 1px dotted #aaa;
}
.dia_t{
	font-size: 10px;
	background: #ccf ;
	text-align: center;
}
.dia_w{
	font-size: 12px;
	background: #fff ;
	text-align: right;
}
.jigane_t {
	width: 570px;
	text-align: left;
	margin-bottom:2px;
}
.jigane_table td{
	padding:2px;
}
/*-------------------共通パーツ----------------------*/
.clear {
	clear:both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.nomal {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.bold14 {
	font-weight: bold;
	font-size: 14px;
}
.red {
	color: #ed1278;
	font-size: 12px;
}
.b_red {
	color: #ed1278;
	font-weight: bold;
}
.black {
	color: #222;
}
.black10 {
	color: #222;
	font-size: 10px;
}
.small_9 {
	font-size: 9px;
	color: #222;
}
.small_10 {
	font-size: 10px;
}
.small_11 {
	font-size: 11px;
}
.verdana {
	font-family: "verdana";
}
.verdana10 {
	font-family: "verdana";
	font-size: 10px;
}
.floatBOX:after{
	content:",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatBOX{
    display: inline-block;
}
ol,ul,dl,dd {
	list-style: none;
	display: block;
}
/*--------------------comon style---------------------------*/

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #2e8b57; 
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #009966;
}
.up {
	text-align: right;
}
.up a:link, .up a:visited {
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
}
.up a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/*---------------def ink----------------------------------*/

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #55f;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
