@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #fff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EEEEEE;
}

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: #64a7de;
	text-decoration: none;
}



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



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFFFFF;
}



/*ヘッダー（サイトロゴなどが入っているHP最上部のブロック）
---------------------------------------------------------------------------*/
#header {
	height:120px;
	width: 100%;
	position: relative;
}

#header-right {
	height: 74px;
	width: 50%;
	position:right;
}

/*h1タグ設定*/
#header h1 {
	font-size: 28px;	/*文字サイズ*/
	line-height: 30px;
	font-weight:bold;
	color: #64a7de;		/*文字色*/
	text-align:right;
	margin-top:10px;
	position: absolute;
	left: 518px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 0px;			/*ヘッダーに対して上から0pxの位置に配置*/
	z-index:1;			/*ロゴに重なった時にこちらが上に表示されるように*/
	height: 30px;
	width: 380px;
}

#header h2 {
	font-size: 20px;	/*文字サイズ*/
	line-height: 25px;
	font-weight:bold;
	color: #64a7de;		/*文字色*/
	text-align:right;
	margin-top:10px;
	position: absolute;
	left: 518px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 30px;			/*ヘッダーに対して上から0pxの位置に配置*/
/*	z-index:1; */			/*ロゴに重なった時にこちらが上に表示されるように*/
	height: 60px;
	width: 380px;
}
#header h3 {
	font-size: 15px;	/*文字サイズ*/
	line-height: 20px;
	font-weight:bold;
	color: #64a7de;		/*文字色*/
	text-align:right;
	margin-top:10px;
	position: absolute;
	left: 518px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 80px;			/*ヘッダーに対して上から0pxの位置に配置*/
/*	z-index:1; */			/*ロゴに重なった時にこちらが上に表示されるように*/
	height: 60px;
	width: 380px;
}

/*サイト名ロゴ画像*/
#header #logo {
	position: absolute;
	top: 11px;			/*ヘッダーに対して上から10pxの位置に配置*/
	left: 478px;			/*ヘッダーに対して左から0pxの位置に配置*/
}

/*電話番号画像*/
#header #tel {
	position: absolute;
	top: 10px;			/*ヘッダーに対して上から10pxの位置に配置*/
	right: 0px;			/*ヘッダーに対して左から0pxの位置に配置*/
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 16px;
}

/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toppage #main {
	padding-top: 0;
}

/*段落タグの余白設定*/
#main p {
	color:#222;
	font-size: 115%;
	padding: 0.5em 10px 1em;
}

/*h2タグ設定（基本カラー）*/
#main h2 {
	font-size: 145%;
	line-height: 38px;
	padding-left: 35px;
	color: #FFFFFF;							/*文字色*/
	background-color: #64a7de;				/*背景色*/
	background-image: url(images/h2bg2.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}

#main h3 {
	font-size: 135%;
	line-height: 26px;
	padding-left: 28px;
	color: #64a7de;							/*文字色*/
	list-style:/*背景色*/

}

#main h4 {
	font-size: 128%;
	line-height: 26px;
	padding-left: 28px;
	color: #64a7de;							/*文字色*/
	list-style:/*背景色*/

}

#main h5 {
	font-size: 128%;
	line-height: 26px;
	padding-left: 28px;
	color: #F73126;							/*文字色*/
	list-style:/*背景色*/

}

/*h2タグ設定（アクセントカラー）*/
#main h2.h2bg2 {
	background-color: #000000;				/*背景色*/
	background-image: url(images/h2bg2.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;
	background-position: left center;
}



/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
}

/*h4見出しタグ設定*/
#side h3 {
	font-size: 25;
	color: #64a7de;		/*文字色*/
	text-align:center;
	border-bottom: 3px double #64a7de;	/*下線の設定*/
}
#side h4 {
	font-size: 100%;
	color: #64a7de;		/*文字色*/
	border-bottom: 3px double #64a7de;	/*下線の設定*/
}

/*段落タグの余白設定*/
#side p {
	color: #64a7de;
	line-height:20px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu li {
	margin-bottom: 1px;
}

ul.sidemenu a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #64a7de;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #64a7de;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url(images/h2bg2.gif);
	background-repeat:no-repeat;
/*	background-position: 6px; */
}

ul.sidemenu a:hover {
	color: #64a7de;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #64a7de;	/*枠線設定*/
	background-image:url(images/h2bg3.gif);
}



/*サイドメニュー（メールメンバー）*/
ul.sidemenu2 {
	margin-top: -11px;
	margin-bottom: 1em;
}

ul.sidemenu2 li {
	margin-bottom: 1px;
}

ul.sidemenu2 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #64a7de;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #64a7de;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url(images/h2bg2.gif);
	background-repeat:no-repeat;
/*	background-position: 6px; */
}





/*フッター（コピーライトなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	color: #00F;
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;	/*上に入れているライン*/
	padding-top: 10px;
	padding-bottom: 10px;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl {
	width: 640px;			/*ボックスの幅*/
	height: 140px;			/*ボックスの高さ*/
	overflow: auto;
	padding-left: 10px;
	color: #888;
	font-size:12px;
}

#main .new dt {
	font-weight: bold;	/*日付の色を太字にする*/
	color: #64a7de;		/*日付の文字色*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
}



/*テーブル（page1.htmlに置いてあるサンプルテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #cccccc;	/*外枠の線*/
	width: 650px;
}

.ta1 td, .ta1 th{
	border: 1px dotted #999999;	/*内枠の線。ここでは点線(IE6前だと破線で表示される)に設定*/
	padding: 10px 5px;			/*余白*/
	font-size:14px;
	line-height: 1.8;
}

.ta1 th.tamidashi{
	width: auto;
	background-color: #000;	/*上部（table title部分）の背景色*/
}

.ta1 th{
	background-color: #000;	/*左側（table midashi部分）の背景色*/
	width: 150px;
	text-align: center;
}
.ta1 td{
	background-color: #000;	/*左側（table midashi部分）の背景色*/
	width: 150px;
	text-align: center;
}




/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #64a7de;
}

.look {
	background-color: #E9E9E9;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}
