/*** *****　　スタイルCSSファイル　　***** ***/
/*** ** created by akira nakamura. 20100201 ** ***/

/*** 全般設定 ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

/*- body -*/
body {
	color:#666;
	font-size:80%; /* IE */
	font-family:verdana, sans-serif;
	line-height:120%;
	text-align:center;
}


/*- heading -*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	_font-size:90%;
}
/* safari */
body:first-of-type h1,
body:first-of-type h2,
body:first-of-type h3,
body:first-of-type h4,
body:first-of-type h5,
body:first-of-type h6{font-size:90%;}



/*- link -*/
a:link {
	color:#003D73;
	text-decoration:none;
}

a:visited{
	color:#003D73;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a[name]:hover {
	text-decoration:none;
}

/*- images -*/
img {
	vertical-align:bottom;
}

/*- list -*/
li {
	list-style:none;
}

/*- horizontal -*/
hr {
	display:none;
}

/*- em -*/
em {
	font-style:normal;
	font-weight:bold;
}

/*- form -*/
form legend {
	display:block;
	position:relative;
	width:1px;
	height:0px;
	font-size:1px; /* for IE */
	line-height:0%; /* for IE */
	text-indent:-9999px;
}

form input {
	font-size:100%; /* IE */
	line-height:140%;
}

html > body form input {
	font-size:11px;
	/*変更font-size:11px;*/
}


/*==[ 見出し ]==*/
/*- 見出し3 (h3) -*/
div#mainSection h3 {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
}

/*- 見出し4 (h4 最大幅) -*/
div#mainSection h4 {
	margin:0 0 10px 5px;
	padding:0 5px 5px 5px;
	background:url(common/img/co_h4_01.gif) bottom left no-repeat;
}

/*- 見出し4 (h4 2column) -*/
div#mainSection div.twoColumn_01 h4 {
	margin:0 0 10px 5px;
	padding:0 5px 5px 5px;
	background:url(common/img/co_h4_02.gif) bottom left no-repeat;
}

/*- 見出し5 (h5) -*/
div#mainSection h5 {
	margin:0 0 10px 5px;
	padding:6px 15px;
	border:1px solid #ededed;
	background: url(../img/top/icon3.gif) left 0.6em no-repeat;
	margin-bottom:20px;
}

/*- 見出し6 (h6) -*/
div#mainSection h6 {
	margin:0 0 5px 0px;
}

/* 見出しリンク */
div#mainSection h4 a,
div#mainSection h5 a,
div#mainSection h6 a {
	padding:2px 18px 2px 0;
	color:#666;
	background:url(common/img/co_ic_10.gif) center right no-repeat;
	_height:1px; /* IE 6.x */
}

div#mainSection h4 a:hover,
div#mainSection h5 a:hover,
div#mainSection h6 a:hover {
	color:#00998f;
	text-decoration:none;
}

/*==[ 段落 ]==*/
/*- 段落 (通常) -*/
div#mainSection p {
	margin:0 0 20px 5px;
}

/*- 段落 (囲み) -*/
div#mainSection p.textBorder {
	margin:0 0 20px 5px;
	padding:10px;
	border:1px solid #EDEDED;
}

/*- 段落 (背景) -*/
div#mainSection p.textBackground {
	margin:0 0 20px 5px;
	padding:10px;
	border:1px solid #EDEDED;
	background:#F7F7F7;
}

/*- 段落 (背景) -*/
div#mainSection div.Background {
	margin:0 0 20px 5px;
	padding:10px;
	border:1px solid #EDEDED;
	background:#F7F7F7;
}

/*- 段落 (下部にアイコン付リンクなどがある場合) -*/
.bottom40 {
	display:block;
	margin-bottom:40px;
}
.bottom30 {
	display:block;
	margin-bottom:30px;
}
.bottom20 {
	display:block;
	margin-bottom:20px;
}
.bottom10 {
	display:block;
	margin-bottom:10px;
}
.bottom5 {
	display:block;
	margin-bottom:5px;
}
.top40 {
	display:block;
	margin-top:40px;
}
.top30 {
	display:block;
	margin-top:30px;
}
.top20 {
	display:block;
	margin-top:20px;
}
.top10 {
	display:block;
	margin-top:10px;
}
.top5 {
	display:block;
	margin-top:5px;
}

/*------------------
 == reset
--------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}

body {
	font-size: 76%;
}

img{
	border: 0;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
}

em, address { 
	font-style: normal;
}

input,
textarea{
	font-size: 100%;
}

ul{
	list-style-type: none;
}
ol{
	margin-left: 2.5em;
}
ol li{
	padding: 2px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
}


