@charset "utf-8";

/* CSS Information =============================

File name: common.css
Editor: 永井幸
Date: 2010/04/29
Outline: フォントなどの共通の設定
Table of Contents:
	・全ページ共通のフォント
	・段落
	・リンクカラー
	・見出しなどの共通の設定
	・画像の回り込み
	・パンくずリスト
	・装飾文字

==============================================*/


/*全体のレイアウト
----------------------------------------------*/

body {
}
/*コンテンツ全体を囲む枠*/
#main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#header {
	/* position: relative; */
	/* width: 850px; */
	width:100%;
	margin: 0;
	padding: 0;
}
#nav {
	width: 960px;
	height: 30px;
	margin: 0 0 10px;
	padding: 0;
}
#contents {
	width: 960px;
	margin: 0;
	padding: 0;
}
#page {
	margin:0;
	padding:0;
}
/* #main {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
} */
#top {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#footer {
	width: 960px;
}



/*ヘッダー
----------------------------------------------*/

#header #head_title {
	background: linear-gradient(180deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
}

#header p.title_sub {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	font-weight:normal;
}

#header .title {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 18px 45px;
	font-size:26px;
	font-weight:normal;
}
#header .title p {
	margin:0;
	padding:0;
	color:#FFF;
}
#header #utility-nav {
	position: absolute;
	width: 600px;
	top: 5px;
	right: 0px;
	font-size: 80%;
	text-align: right;
}
#header #utility-nav li {
	display: inline;
}
#header #search {
	position: absolute;
	width: 600px;
	height: 21px;
	bottom: 2px;
	right: 0;
	text-align: right;
}
#header #search .search-btn {
	vertical-align: bottom;
}


/*フッター
----------------------------------------------*/

#footer {
	margin: 20px 0 0;
	font-size: 75%;
	text-align: center;
}
#footer #pagetop {
	margin: 0;
	padding: 0;
	border-bottom: #999999 2px solid;
	text-align: right;
}
#footer #pagetop img {
	vertical-align: bottom;
}
#footer address {
	padding: 15px 0 20px;
	font-size: 80%;
}





.contents {
	width:960px;
	margin-top:35px;
	margin-bottom:30px;
}

#main .contents p.info {
	font-size:1.3em;
	background-color:#3772c7;
	padding:10px 15px;
	display:inline-block;
	color:#FFF;
	margin-bottom:0;
	margin-top:0;
}

#main .contents p.subtitle {
	font-size:1.375em;
	line-height:0.24;
	font-weight:bold;
}
#main .contents table {
	width:90%;
	border:1px solid #dcdcdc;
	text-align:left;
	border-collapse:collapse
	;}
#main .contents table th {
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:normal;
	background-color:#e5f0f9;
	border:1px solid #dcdcdc;
	border-collapse:collapse;
}
#main .contents table td {
	padding-left:10px;
	border:1px solid #dcdcdc;
	border-collapse:collapse;
	vertical-align:top;
}

#main .contents #syuryo {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	background-color:#bf9000;
	padding:15px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-bottom:25px;
	border-radius:15px;
}


#main .contents #tuika {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	background-color:#00b050;
	padding:15px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-bottom:25px;
	border-radius:15px;
}

#main .contents #kanso {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	background-color:#cc00cc;
	padding:15px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-bottom:25px;
	border-radius:15px;
}

#main .contents #end {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	background-color:#bf9000;
	padding:15px;
	text-align:center;
	color:#ba0200;
	font-weight:bold;
	margin-bottom:25px;
	border-radius:15px;
}


#main .contents .green {
	color:#00b050;
	text-decoration:underline;
}

#main .contents span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: 000;
}



/*全ページ共通のフォント
----------------------------------------------*/

body {
	font-family:
	Verdana,
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	"Osaka",
	"ＭＳ Ｐゴシック", "MS PGothic",
	sans-serif;
	color: #000000;
	font-size: 100%;
	line-height: 1.5;
}
#main {
	font-size: 90%;
}
#top {
	font-size: 80%;
}


/*段落
----------------------------------------------*/

#main p {
	margin-bottom: 1em;
	padding: 0 20px;
}
#top p {
	margin-bottom: 1em;
}


/*リンクカラー
----------------------------------------------*/

a {
	color: #006295;
	text-decoration: underline;
}
a:link {
	color: #006295;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}

/*ヘッダーナビ、フッター、おすすめのサービス、関連リンク*/
#utility-nav a,
#footer a,
#recommend a,
#main #link a {
	color: #000000;
	text-decoration: none;
}
#utility-nav a:link,
#footer a:link,
#recommend a:link,
#main #link a:link {
	color: #000000;
	text-decoration: none;
}
#utility-nav a:visited,
#footer a:visited,
#recommend a:visited,
#main #link a:visited {
	color: #000000;
	text-decoration: none;
}
#utility-nav a:hover,
#footer a:hover,
#recommend a:hover,
#main #link a:hover {
	color: #CC6600;
	text-decoration: none;
}


/*見出しなどの共通の設定
------------------------------------------------------------------*/

#main h2 {
	margin: 0 0 15px;
	padding: 0;
}
#main h3 {
	margin: 30px 0 15px;
	padding: 0.2em 0 0.2em 10px;
	background: #fafaf7;
	border-bottom: 1px solid #999999;
	border-left: 8px solid #006699;
	font-size: 100%;
}


/*装飾文字
----------------------------------------------*/

#main .bold-1 {
	font-weight: bold;
}
.attention {
	color: #C60;
	font-weight: bold;
}
.fin {
	color: #0000ff;
	font-weight: bold;
}
.fin-red {
	color: #ff0000;
	font-weight: bold;
}
.red {
	color:#F00;
}
.blue {
	color:#0000FF;
}
#main .center {
	text-align: center;
}
#main .right {
	text-align: right;
}
#main .left {
	text-align: left;
}
#main .back {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}
#main .clear {
	clear: both;
}


/*画像の回り込み
----------------------------------------------*/

#main img.right,
#top img.right {
	margin: 0 0 0.5em 1em;
	float: right;
}
#main img.left,
#top img.left {
	margin: 0 1em 0.5em 0;
	float: left;
}


/*パンくずリスト
----------------------------------------------*/

ol#topicpath {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	font-size: 12px;
}
ol#topicpath li {
	display: inline;
	list-style-type: none;
	background: none;
	line-height: 1em;
}

/*パンくずリスト ボーダーなし(藤田修正　margin-bottom)
----------------------------------------------*/

ol#topicpath2 {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	font-size: 12px;
}
ol#topicpath2 li {
	display: inline;
	list-style-type: none;
	background: none;
	line-height: 1.5em;
}

/*装飾文字
----------------------------------------------*/

#main .bold-1 {
	font-weight: bold;
}
.attention {
	color: #C60;
	font-weight: bold;
}
.fin {
	color: #0000ff;
	font-weight: bold;
}

/*申込ボタン
----------------------------------------------*/
#main .contents .btn {
	border-radius:6px;
	display:inline-block;
	padding:1px 4px;
	margin:0;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #dcdcdc;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#538535;
	font-weight:bold;
	text-shadow:1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
#main .contents .btn:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}
