@charset "shift_jis";


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

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 {
	text-decoration: none;	/*カーソルオーバー時の文字色*/
	color: #FF2A00;
}



/*h1タグ設定（HPの最上段に入っているテキスト）
---------------------------------------------------------------------------*/
#h1top {
	height: 20px;
	width: 930px;
	font-size: 11px; /*文字サイズ*/;
	margin-right: auto;
	margin-left: auto;
	text-align: right;	/*右寄せ*/
}



/*コンテナー（HPを囲んでいるブロック）
---------------------------------------------------------------------------*/
#container {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;	/*背景色（ここを設定しておかないと壁紙がそのまま出てしまいます）*/
	padding: 0px;		/*余白（HPの外枠フチに該当する部分）*/
}



/*ヘッダー（ロゴとメイン画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 100px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

#top #header {
	background-color:#006666;
	height: 395px;	/*トップページのみの高さ変更設定*/
	margin-top:0px;
}

#headup {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainimg {
	position: absolute;
	top: 100px;
	right: 10px;
}

#logo {
	position: absolute;
	top: 100px;
	left: 10px;
}

#upbtn01 {
	position: absolute;
	top: 308px;
	left: 219px;
}

#upbtn02 {
	position: absolute;
	top: 308px;
	left: 449px;
}

#upbtn03 {
	position: absolute;
	top: 308px;
	left: 679px;
}

#upbtn04 {
	position: absolute;
	top: 308px;
	left: 738px;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 690px;
	margin-top:2px;
	padding-right:5px;
}

/*段落タグ設定
#main p {
	padding: 0.5em 10px 1em 10px;
}
*/

/*h2見出しタグ設定*/
h2.deco {
	font-size: 160%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Myochou Gothic Pro";
	color: #006666;
	background-image: url('../images/h2.png');
	background-repeat: no-repeat;
	background-position: left 15px;
	padding: 10px 10px 0 35px;
	text-decoration:underline;
}

h3.deco {
	font-size: 120%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Myochou Gothic Pro";
	color: #006666;
	background-image: url('../images/h2.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 10px 10px 0 35px;
	text-decoration:underline;
}

h4.deco {
	font-size: 120%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Myochou Gothic Pro";
	color: #006666;
	background-image: url('../images/icon_02.png');
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 10px 10px 0 35px;
	text-decoration:underline;
}



/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 210px;
	margin-top:2px;
}

/*h3タグ設定*/
#side h3 {
	font-size: 100%;
	color: #FFFFFF; /*文字色*/;
	background-color: #006666;	/*背景色*/
	padding: 10px;		/*余白*/
}

/*段落タグ設定*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#side .star {
	text-align:center;
	color:#006666;
	margin:10px 0;
}

/*左側メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
}

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

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



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

#side ul.sidemenu a {
	display: block;
	width: 190px;
	border-bottom: 1px solid #0E2954;	/*下線の幅と線種と色*/
	text-decoration: none;
	padding: 5px 10px;
	background-color: #e5e7ec;			/*背景色*/
}

#side ul.sidemenu a:hover {
	background-color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	color: #333333;				/*カーソルオーバー時の文字色*/
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 11px;		/*文字サイズ*/
	text-align: center;		/*センタリング*/
	background-image: url("../images/footermenu_bg.gif");	/*両サイドに入っている背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px; /*文字サイズ*/;
	letter-spacing: 0.2em; /*文字間隔*/;
	text-align: center; /*センタリング*/;
	color: #FFFFFF; /*文字色*/;
	background-color: #006666;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #D4D9E3;
}

/*その他・各ページ
---------------------------------------------------------------------------*/

.hide {
	display:none;
}
.hidden {
	visibility:hidden
}
.pagetop {
	text-align: right;
	padding-top: 2em !important;
	clear: both;
}

.full p {
	padding: 10px 10px 10px 30px;	/*左から上、左右、下の余白の数値*/
}
.full ul {
	margin-left: 30px;
}
.full ul li {
	background-image: url('../images/icon_01.gif');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
}
.full ol {
	margin-left: 30px;
}
.imgLeft {
	margin-right: 10px;
	float: left;
}
.imgRight {
	margin-left: 10px;
	float: right;
}

.ymail-table {
	margin-left:30px;
}



