@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #65563e;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全体の文字サイズ/行間、フォント*/
	background: #FFFFFF url(../img/bg-1.gif) repeat-x center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #65563e;	/*リンクテキストの文字色*/
}
a:hover {
	color: #ff6e6e;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 980px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-image: url(../img/header_bg-1.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 50px;	/*ヘッダーの高さ*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	top: 0px;		/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	color: #FFF;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #FFF;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 720px;	/*メインコンテンツ幅*/
	float: right;	/*右にまわりこませる*/
	padding-right: 12px;
	padding-top: 17px;
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	padding: 10px;
	clear: both;
	width: 698px;
	background: url(../img/bg1.gif) repeat-x left bottom;	/*背景画像の読み込み＆X軸(横軸)リピート＆下部に配置*/
	border-bottom: 4px solid #ff6e6e;	/*下部の線の幅、線種、色*/
	border-top: 1px solid #c5c2bd;		/*上部の線の幅、線種、色*/
	border-right: 1px solid #c5c2bd;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #c5c2bd;		/*左側の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左にまわりこませる*/
	width: 206px;	/*サブコンテンツ幅*/
	padding-top: 50px;
	padding-left: 12px;
}
/*h3見出しタグ設定*/
#sub h3 {
	color: #FFFFFF;	/*文字色*/
	font-size: 100%;
	background-color: #9e9a92;		/*背景色*/
	padding: 5px 0px 5px 10px;		/*左から上、右、下、左への余白*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*画像メニュー以外に使う調整用ボックス
---------------------------------------------------------------------------*/
#sub .subbox {
	padding-right: 3px;
	padding-left: 3px;
}

/*メニュー（submenuは画像タイプメニュー、menuはテキストタイプメニュー）
---------------------------------------------------------------------------*/
#sub ul.submenu,
#sub ul.menu {
	margin-bottom: 1em;
}
#sub ul.submenu a {
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #9e9a92;	/*メニューごとに入る下線の幅、線種、色*/
}
#sub ul.submenu li a:hover {
	background: #e5e5e5;	/*マウスオン時の背景色*/
	border-left: 3px solid #3E3526;	/*マウスオン時に左側に入る線の幅、線種、色*/
	width: 187px;	/*上の行で入れる線幅分をメニュー幅から引いた数字*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;	/*ボックスの高さ*/
	width: 710px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 690px;
	border-bottom: 1px solid #c5c2bd;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 590px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*文字をセンタリング*/
	clear: both;
	width: 100%;
	border-top:#e8e8e8 solid 1px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333238;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 210px;
	padding: 10px;
	text-align: center;
	background-color: #62bfc4;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*thタグにリンクを設定した場合のテキスト色*/
.ta1 th a {
	color: #FFF;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #1e79a0;	/*背景色*/
}

/*MENUページ
---------------------------------------------------------------------------*/
#main .box1 {
	float: left;
	height: 230px;	/*ボックスの高さ*/
	width: 200px;	/*ボックスの幅*/
	margin-bottom: 1em;	/*ボックスの下にとるスペース*/
	border: 1px solid #CCCCCC;	/*枠線の幅、線種、色*/
	display: inline;
	margin-left: 10px;
	padding: 12px;		/*ボックス内の余白*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
	background: url(../img/bg2.gif) no-repeat right bottom;	/*背景画像*/
	overflow: hidden;
}
/*menubox内のh3タグ設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #C1301D;	/*文字色*/
	margin-top: 3px;
}
/*menubox内の段落タグ設定*/
#main .box1 p {
	padding: 0px;
}
/*おすすめマーク*/
.osusume {
	background: url(../img/bg2_osusume.gif) no-repeat right bottom !important;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}

.color1 {
	color: #C1301D;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mb0 {
	margin-bottom: 0px !important;
}
#main p.pagetop {
	text-align: right;
}
