@charset "UTF-8";
/* CSS Document */
/*@import url(""); */

* {
	margin:0;
	padding:0;
}


/* --------------------------------------------------------------------------------------------- reset styles */
* html, 
body, 
div,
blockquote, 
pre, 
address,
ul, ol, li, dl, dt, dd, p,
form,
input, 
fieldset {
	margin:0;
	padding:0;
	font-size: 14px;
	font-family:
	"ヒラギノ角ゴ　Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meiryo,
	Osaka,
	"MS Pゴシック",
	"MS P Gothic",
	sans-serif;
	line-height:120%;
	color: #666666;
}

fieldset{
	margin: 5px auto 5px auto;
	padding: 5px;
	width:97%;
}

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

legend{
	margin:0;
	padding:0;
}

p {
	line-height:130%;
	padding:3px;
	margin:2px;
} 

body {
	background:none #fff;
	margin:0;
	padding:0;
	width:100%;
}




/* ---------------------------------------------------------------------------------------------- font style */
/* for WinIE6*/

* html body {
	letter-spacing: 1px;
	font-size: 75%;
	font-family:"メイリオ",Meiryo,sans-serif;
	vertical-align:baseline;
}

* html td,
* html th {
	font-size: 100%;
	line-height:1.5;
}


/* for WinIE7*/

*:first-child+html body {
	font-size: 75%;
	font-family:"メイリオ",Meiryo,sans-serif;
        letter-spacing: 0; /* hasLayout set */
}


/* --------------------------------------------------------------------------------------------- heading style */

h2,
h3,
h4,
h5,
h6 {
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	border-left:3px solid #7498E6;
	border-bottom:1px solid #7498E6;
	text-indent:0.5em;
	font-size:18px !important;
	padding: 0;
	clear:both;
	margin:15px 0 15px 0;
	text-align:left;
	height:24px;
	line-height:140%;
		
}



div#topflash h2{
	background:none;
	border:none;
}

/* -------------------------------------------------------------------------------------------- hide */

hr {
/*	display: none;*/
	color:#999999;
	width:97%;
	margin:0 auto 0 auto;
	height: 1px;

}
/* -------------------------------------------------------------------------------------------- link style */
a {
	text-decoration: none;
	color: #333333;
	padding-bottom:2px;
	border:none;
	outline: none !important;
	overflow: hidden;
}

a:focus{
	outline:none;
}


a:link { /*クリック前*/
	text-decoration: none;
	background-color: transparent;
	color: #333333;
	outline: none;
}
a:visited {/*クリック後*/
	text-decoration: none;
	background-color: transparent;
	color: #333333;
	outline: none;
}
a:hover,/*オンマウス*/
a:visited:hover {/*クリック後、オンマウス*/
	text-decoration: none;
	color: #333333;
	background-color:#efefef;
	padding-bottom:2px;
	border-bottom: 1px dotted #333333;
	outline: none;
}
a:active {/*オンクリック*/
	text-decoration: none;
	color: #666666;
	border: none;
	outline: none;
}


fieldset a,
fieldset a:link,
fieldset a:hover,
fieldset a:visited{
	color:#333333;
}


/* ------------------------------------------------------------------------------------------------ images */

img {
	border: none;
	margin:0;
	padding:0;
}

a:hover img {
	background-color: #FFFFFF;
	text-decoration: none;
	border: none;
	outline: none;
}

img.left {
	float: left;
	margin: 3px;
}

img.right {
	float: right;
/*	margin: 0;*/
}

/* ----------------------------------------------------------------------------------------------- p should be justified */

p {
	text-align: justify;
	margin: 0;
	padding: 0;
}

* html p {
	text-justify: distribute;
	margin: 0;
	padding: 0;
}

p.floatp{
	padding:3px;
}

/* ----------------------------------------------------------------------------------------------- align module */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


.right-float {
	float: right;
}

.left-float {
	float: left;
}

/* ----------------------------------------------------------------------------------------------- span style module */
span.attention {
	color:#bf0000;
	font-weight:bold;
	border-bottom:1px dotted #bf0000;
}

span.caution {
	color:#bf0000;
	font-size:12px;
}

span.unline {
/*	background:url(../images/unline.gif) repeat-x bottom;*/
	border-bottom:2px dotted #bf0000;
}

span.writeexample {
	color:#999999;
	font-size: 14px;
}


/* ------------------------------------------------------------------------------------------------  reset style*/

strong,
em {
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

del {
	color: #cccccc;
	font-weight: normal;
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}



/* ----------------------------------------------------------------------------------------------- table */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 1em 0px;
	font-size: 15px;
}

table th,
table td {
	padding: 3px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
	font-size: 15px;
}

table th {
	font-weight: bold;
	text-align: center;
	background: #ececec;
}


/* ----------------------------------------------------------------------------------------------- dl */

dl {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
dl dt {
	font-weight: bold;
	color:#666666;
	margin-top: 20px;
	padding: 0px;
}

dl dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}


ol {
	width:480px;
	line-height:140%;
	margin:3px auto 3px auto;
}

ol li {
	line-height:140%;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}

/* ----------------------------------------------------------------------------------------------- float */
.floatclear{
	clear: both;
}

/*モダンブラウザ・IE両対応のclearfix*/
/*-------------------------------------------
	clearfix
---------------------------------------------*/

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; height: 0; 
} 

.clearfix { display: inline-block; } 
.clearfix { display: block; }


/* ----------------------------------------------------------------------------------------------- ul */

ul.ulbox{
	margin: 5px 5px 5px 20px;
	padding-left: 15px;
	list-style:circle;
}

ul.ulbox li {
	margin:0 0 0 15px;
	padding: 2px 0px 2px 0px;
}
/* ----------------------------------------------------------------------------------------------- blog */
div.blog p{
	padding: 5px 0px 2px 0px;
}

div.blog img{
	align: left;
}


/* ----------------------------------------------------------------------------------------------- address */
address{
	margin:0;
	padding:0 3px 0 3px;
	font-style: normal;
	color:#ababab !important;
}

/* ----------------------------------------------------------------------------------------------- 検索結果ページ */
div.user_reg a{
	width:187px;
	height:39px;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	border:none;
	background:url(../images/user_b.jpg) no-repeat left top;
	}


p.news{
	color: #333333;
	margin:8px 0px;
}
p.news2{
	color: #333333;
	margin:0px 0px 0px 120px;
}

p.sonota {
	text-align:right;
}

a.sonota {
	color:#008de0;
	text-decoration:underline;
}



