@charset "shift_jis";

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

body {
	color: #666666;
	background-color: #fcbed9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 100%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

}
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: #FF4896;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;	/*コンテナー幅*/
	background-color: #FFFFFF;	/*背景色*/
        background-image: url(images/container_bg.jpg);	/*角丸部分の背景画像*/
	background-repeat: no-repeat;
	background-position: top;
}
/*トップページ専用スタイル*/
#top #container {

}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	text-align: right;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;		/*文字色*/
}


#header h2 {
	font-size: 140%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	text-align: left;
margin:10px 0 15px;
}
#header h2 a {
	text-decoration: none;
	color: #FFFFFF;		/*文字色*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 39px;
	padding-left: 47px;
}
ul#menu li {
	float: left;
	padding-right: 10px;	/*メニュー同士の余白*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 720px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
/*h2タグ設定*/
#main h3 {
	font-size: 110%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background-color: #ff4896;	/*背景色*/
	background-image: url(images/title_bg1.gif);	/*背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: right center;				/*背景画像を右側・上下中央に配置*/
	padding: 10px 10px 10px 20px;		/*h3内余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main dl.new {
	width: 280px;			/*What's Newボックスの幅*/
	height: 250px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fce9f1;	/*背景色*/
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}
#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}
#main dl.new dd img {
	vertical-align: middle;
}
*html #main dl.new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bg.gif);	/*角丸画像の背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;	/*文字色*/
	padding: 30px 0px 20px;	/*左から、上、左右、下への余白*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

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

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

/*ＦＡＱページ設定
---------------------------------------------------------------------------*/
/*Ｑ（質問）*/
dl.faq dt {
	background-image: url(images/faq_q.gif);	/*Ｑ画像読み込み*/
	background-repeat: no-repeat;				/*画像をリピートしない*/
	background-position: left top;				/*画像を左側・上部に配置*/
	padding-left: 30px;							/*画像分、左側に余白をとる*/
	font-weight: bold;							/*文字を太字にする*/
	color: #FF4896;								/*文字色*/
}
/*Ａ（回答）*/
dl.faq dd {
	background-image: url(images/faq_a.gif);	/*Ａ画像読み込み*/
	background-repeat: no-repeat;				/*画像をリピートしない*/
	background-position: left top;				/*画像を左側・上部に配置*/
	padding-left: 30px;							/*画像分、左側に余白をとる*/
	border-bottom: 1px dashed #77AAAB;			/*下線の幅、線種、色*/
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #D4D4D4;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FF0000;
}
#topbox1 {
	width: 300px;
	padding-bottom: 50px;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}


.gaiyou{
	color:#929286;
	font-size:85%;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 3px;
	padding:5px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.gaiyou p {

	color:#929286;
	font-size:12px;
	line-height:125%;

}

