@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #e5e5e5 url(../img/bg.gif);	/*背景色、背景画像の読み込み*/
}
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: #333333;
}
a:hover {
	color: #BE5C01;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 940px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	background: url(../img/container_bg.gif) repeat-y;	/*背景画像の読み込み、Y軸(縦軸)にリピート*/
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 200px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
	background: url(../img/header_bg.jpg) no-repeat;	/*ヘッダー背景画像の読み込み*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	right: 20px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 5px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	color: #FFF;	/*文字色*/
	line-height: 13px;
	position: absolute;
	top: 5px;			/*ヘッダーブロックに対して上から5pxの位置に配置*/
	right: 10px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#header h1 a {
	text-decoration: none;
	color: #FFF;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 15px;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding-right: 18px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 670px;
	background: #505050 url(../img/bg2.gif) repeat-x left top;
	border-bottom: 4px solid #A21C19;	/*下線の線幅、線種、色*/
	padding: 5px 0px 5px 10px;	/*左から、上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 0.5em;	/*左から、上、左右、下への余白*/
	background: #FFF;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
	padding-left: 7px;
	color: #FFF;
}
#sub a {
	color: #FFF;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 10px;
	background: #787878 url(../img/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 0.5em;	/*左から、上、左右、下への余白*/
}

/*メニュー
---------------------------------------------------------------------------*/
ul.menu li {
	margin-bottom: 1px;	/*メニュー間の空白*/
}
ul.menu li a {
	display: block;
	width: 180px;
	padding: 2px 5px 2px 25px;	/*メニュー内の余白。左から、上、右、下、左。*/
	text-decoration: none;
	color: #333 !important;	/*文字色*/
	background: #FFFFFF url(../img/arrow1.gif) no-repeat 4px center;	/*背景色、背景画像(→画像)の読み込み＆リピートなし＆左から4px＆上下中央に配置*/
}
ul.menu li a:hover {
	background: #e5e5e5 url(../img/arrow1.gif) no-repeat 6px center;	/*マウスオン時の背景*/
	color: #333;		/*マウスオン時の文字色*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #333;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #BE5C01;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
