@charset "shift_jis";

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

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 100%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #F6F5E6 url(../images/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: #0000ff;
}
a:hover {
	color: #F27097;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/*h1見出しタグ設定*/
#container h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 50px;
	height: 50px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #999999;		/*文字色*/
}
#container h1 a {
	text-decoration: none;
	color: #999999;	/*文字色*/
}

/*ヘッダー（ロゴの入ったブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 120px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat;	/*背景画像の読み込み＆リピートしない(no-repeat)*/

font-size:120%;

color:#fff;
}



#header a{
font-size:120%;

color:#fff;
font-weight:bold;
text-decoration:none;

}


#header a:visit{
font-size:120%;

color:#fff;
font-weight:bold;
text-decoration:none;

}


#header a:hover{
font-size:120%;

color:#fff;
font-weight:bold;
text-decoration:none;

}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 40px;	/*ヘッダーブロックに対して左から40pxの位置に配置*/
	top: 45px;	/*ヘッダーブロックに対して上から45pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background: url(../images/menu_bg.gif) no-repeat;	/*メニュー背景画像の読み込み＆リピートしない(no-repeat)*/
	height: 50px;
	width: 870px;
	padding-left: 30px;
	margin-bottom: 30px;
}
ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	background: url(../images/contents_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	background: url(../images/contents_bg2.gif) repeat-y center top;	/*背景画像の読み込み、背景画像をY軸(縦軸)にリピート＆中央＆上部に配置*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 95%;
}
/*h2タグ設定*/
#main h2 {
	font-size: 105%;
	color: #FFF;	/*文字色*/
	background: #f27097;	/*背景色*/
	padding: 10px;	/*余白*/
	border-bottom: 5px solid #F6B9CB;	/*下線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

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

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	background: url(../images/footer_bg.gif) no-repeat center top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)＆中央＆上部に配置*/
	padding-top: 36px;
	padding-bottom: 10px;
	color: #999999;	/*文字色*/
font-size:90%;
}
#footer a {
	text-decoration: none;
	color: #999999;	/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 2px solid #F27097;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #F6B9CB;	/*背景色*/
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	/*文字色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 2px solid #F27097;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 557px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;
	padding: 10px;
	text-align: center;			/*文字をセンタリング*/
	background-color: #F3F1D8;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #F27097;		/*文字色*/
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 2px dotted #F27097;	/*下線の幅、線種、色*/
}
/*h3タグにリンクを設定した場合の文字色*/
.ta2 h3 a {
	color: #409A9E;	/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #F6B9CB;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*box1（白のボックス）
---------------------------------------------------------------------------*/
.box1 {
	background: #FFF;	/*ボックス背景色*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 3px dashed #f27097;	/*線の幅、線種、色*/
	padding: 10px;		/*ボックス内の余白*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.mb20 {
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #F27097;
}
.pr {
	font-size: 10px;
}


#gaiyou {

font-size:100%;
line-height:1.2em;

padding:10px;
color:#999;

}


#gaiyou a{
text-decoration:underline;
color:#0000ff;

}