@charset "utf-8";
/* CSS Document */

*{padding:0;
  margin:0;}
/*----トップ--------------------*/


#top {
	background-color: #666;
	height: 80px;
}

#top h1 {
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 32px;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: normal;
}


#header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 24px;
	width: 960px;
	height: 45px;
	background-color: #FFF;
}

#header #name {
	width: 335px;
	float: left;
	height: 45px;
}
#logo {
	float: left;
	padding-top: 10;
	height:45px;
}
#name #amenix {
	float: right;
	padding-right: 20px;
}


#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin:0 auto;
}
#wrapper #topmess #p1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #333;
}


/*----topナビゲーションバー　横------------------------*/
#navi{
	width:580px;
	height:45px;
	float:right;
}

#navi ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #CCC;
	background-color: #FFF;
	width: 90px;
	height:45px;
	list-style-type: none;
	float: right;
	margin:0;
	text-align: center;
	line-height: 45px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
}

#navi ul li a{
	text-decoration: none;
	color:#666;
	display: block;
}

#navi ul li a:hover{
	color:#FFF;
	background-color:#F63;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(img/head003_03.gif);
}


/* --- TOPイメージ　Flash--- */

#topmess {
	background-color: #CFF;
	overflow: hidden;
	height: 560px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#topimage {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

hr  {font-weight: normal;
	clear: both;
}

/*-----------メインコンテンツ----------*/
#main  {
	width: 960px;
}
#section1  {
	float: right;
	width: 680px;
}

/* --- ボックス --- */
div .sectionbox {
	width: auto;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
	margin-bottom: 10px;
}
#coment1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	padding-top: 75px;
}


/* --- ▼サイドバー内の設定開始 --- */

/*-----サイド　ナビ　--------------------*/
div.sidenavi {
	font-size: 80%;
	float: left;
	width: 160px;
	height: 600px;
}

/* ---サイドナビ メニューエリア --- */
div.sidenavi ul.nl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: both;
}

/* --- メニュー項目 --- */
div.sidenavi ul.nl li {
	margin-bottom: 2px;
	border-bottom: 1px #8ca654 dotted; /* 項目の下境界線 */
}
/* --- リンク --- */
div.sidenavi ul.nl li a {
	display: block;
	position: relative; 
	padding: 12px 10px;
	color: #404040;
	text-decoration: none;
	background-color: #999999;
	background-image: url(img/ver_menu5_8off.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/* --- ポイント時の設定 --- */
div.sidenavi ul.nl li a:hover {
	text-decoration: underline; 
	background-color: #999999;
	background-image: url(img/head003_03.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


/* --- セクション（共通設定） --- */
div.section {
	margin-bottom: 10px; /* セクションの下マージン */
	width: 160px;
	margin-top: 5px;
	
}
/* 段落 */
div.section p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
/* ---サイドＢＯＸ　見出し */

.sidenavi .section p{
	font-size:14px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}

/* 見出し */
.section h4 {
	background-color:#999999; /* 見出しのパディング（上下、左右） */
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
/* --------サポート-----------------*/
.section .normal {
	border: thin solid #e4e0da;
}


/* --- お問い合わせ --- */
.section normal contact {
	border: thin solid #e4e0da;
	height: 232px;
}

/* 電話番号 */
.tel {
	margin-bottom: 0.1em;
	font-size: 170%;
	font-weight: bold;
	color: #0066FF; 
}


/* フォームへのリンク */
.form {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding: 3px; /* 白フチ */
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #e0e0e0 #cccccc #cccccc #e0e0e0;
	text-align: center;
	line-height: 100%;
}

/* リンクエリア */
.form a {
	display: block;
	position: relative;
	padding: 12px 5px; /* リンクエリアの背景 */
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #FF3300;
	background-repeat: repeat-x;
	background-position: top;
}

/* ポイント時の設定 */
.form a:hover {
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-position: top;
}

/* --- フッター --- */
#footer {
	clear: both;
	background-color: #999;
	height:auto;
	padding:10px;
}
#footer .container {
	padding: 10px;
}

/*-------トップへ戻る---------*/
#totop {
	text-align: right;
	font-size: 100%;
	color: #666;
	padding: 8px;
	margin-top: 5px;
	margin-right: 80px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
#home {text-align:right;
}
#home img {
	margin-right: 85px;
	margin-bottom: 10px;
	border-style:none;
}
#home img a {
	border-style:none;

}


/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
	margin-top:10px; /* 項目の背景（区切り線） */
	display: inline;
	color: #F0F0F0;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	word-spacing: normal;
}
#footer ul.nl li a{
	color:#FFF;
	text-decoration:none;
}
#footer ul.nl li a:hover{
	color:#F90;	
}
	
/* 最初の項目 */
#footer ul.nl li.first {
	background-image: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* ガイドメニュー */
#footer ul.guide {
margin:20px 0; /* ガイドメニューのマージン（上書き） */

}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */
img {
	border-style:none;
}
#tokyoamenix {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
