@charset "Shift_JIS";
* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #333333;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

h2 {
	padding-left: 20px;
	color: #333333;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
}

h4 {
	padding-left: 3px;
	margin: 5px;
}

h4,h4 a {
	color: #515151;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}

a {
	color:#FF6600;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-repeat: repeat-y;
	border: 3px solid #000000;
}

#wrap {
	width: 790px;
	padding: 5px;
}

#wrap .s_wrap {
	padding: 4px;
	float: left;
	width: 250px;
	margin: 1px;
	background-color: #FFFFFF;
	border: 1px solid #D5C8B7;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:155px;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
}

h1 a {
	display: block;
	width: 600px;
	height: 110px;
	text-indent: -10000px;
}
/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 25px;
	background-color: #6E6E6E;
	background-image: url(img/navi_bg.jpg);
}

#nav ul {
	list-style-type:none;
	padding-right: 5px;
	padding-left: 30px;
	padding-top: 3px;
  }
  
#base #nav table {
	margin-top: -10px;
	float: right;
	margin-right: 10px;
}

#nav li {
	float:left;
	line-height:normal;
	text-indent:0;
  }
  
#nav a {
	color: #A65B2F;
	padding-left: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #604100;
	font-size: 10px;
	letter-spacing: 0.1em;
	background-image: url(img/c_li.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}

#nav a:hover {
	color: #FFCC00;
	background-color: #000000;
	border-bottom-style: none;
}

/*
キャッチ
-------------------------------------------------------------------*/
#base #cach {
	background-color: #121212;
	padding: 10px;
	color: #FF6600;
}

#base #cach {
	background-color: #121212;
	padding: 10px;
	color: #FF6600;
}
#base #cach p {
	color: #FF6600;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line_bk.gif);
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
}
/*
コンテンツ
-------------------------------------------------------------------*/

#contents,#contents_gr,#contents_bl {
	width:720px;
	padding: 30px;
	background-color: #FFFFFF;
	border: 1px solid #D5C8B7;
	margin-left: 4px;
}

#contents p,#contents_gr p,#contents_bl p {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 20px;
	line-height: 25px;
}

#contents h3,#contents_gr h3,#contents_bl h3 {
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	padding-left: 10px;
	color: #111111;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 18px;
	margin-right: 10px;
}

#contents h3 {
	border-left-color: #FF6600;
}

#contents strong,#contents_gr strong,#contents_bl strong {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #111111;
	font-size: 14px;
	line-height: 20px;
}

#contents strong {
	background-color:#FFCC99;
}

#contents .chui,#contents_gr .chui,#contents_bl .chui {
	font-size: 10px;
	color: #FF0000;
}

#contents .name,#contents_gr .name,#contents_bl .name {
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color: #625139;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 0.2em;
}
#contents .to_top,#contents_gr .to_top,#contents_bl .to_top {
	width: 110px;
	text-align: center;
	float: right;
	background-color: #EEEAE3;
	display: block;
	border: 1px solid #D5C8B7;
}
#contents .to_top a,#contents_gr .to_top a,#contents_bl .to_top a {
	font-size: 10px;
	line-height: 20px;
}
/*
コンテンツ　green
-------------------------------------------------------------------*/

#contents_gr h3 {
	border-left-color:#00CC00;
}

#contents_gr strong {
	background-color: #CCFF99;
}


#contents_gr .to_top a {
	color:#009900;
}
/*
コンテンツ　blue
-------------------------------------------------------------------*/
#contents_bl h3 {
	border-left-color:#0066CC;
}

#contents_bl strong {
	background-color: #99FFFF;
}


#contents_bl .to_top a {
	color:#0066CC;
}
/*
li＆dl
-------------------------------------------------------------------*/
#contents li {
	list-style-type: none;
	margin-bottom: 5px;
	line-height: 18px;
	text-indent: 20px;
	background-image: url(img/c_li.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#contents li a {
	line-height: 14px;
}
#contents li strong {
	font-weight: normal;
	margin-right: 5px;
	line-height: 14px;
	background-color: #FFDAB5;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #333333;
}

#contents dl {
	margin-left: 10px;
}
#contents dt {
	font-weight: bold;
	color: #CC3333;
}

/*
pic
-------------------------------------------------------------------*/

#contents #pic li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 22px;
	text-indent: 25px;
	background-image: url(http://www.infoseasjapan.com/sem_tokyo/img/pic_li.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-position: left center;
}
#contents #pic li a {
	line-height: 14px;
}
#contents #pic li strong {
	font-weight: normal;
	margin-right: 5px;
	line-height: 14px;
	background-color: #FFDAB5;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #333333;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #B8B09A;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #383427;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #DDDDDD;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #333333;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}
/*テーブル
----------------------------------------------- */

table {
	border-collapse: collapse;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

table td {
	border-collapse: collapse;
	border-bottom-width: 1px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.td_h {
	color: #444444;
	background-image: url(img/td_h.jpg);
	text-align: center;
	background-position: center;
	letter-spacing: 0.2em;
}
.td_m {
	text-align: center;
	background-color: #F7F2EC;
}

/*フォーム
----------------------------------------------- */
#form {
	background-color: #CEC9B9;
	padding: 10px;
	margin: 10px;
	border: 1px solid #A69C80;
}

#form table td {
	background-color: #E8E3DB;
}
#form table .td_s {
	background-color: #FFCC99;
}
#form table .td_s_h {
	background-color: #FF9966;
}
#contents #pic ul {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}