@charset "utf-8";

/* === ページ全体のタグを再設定 === */

body {
	margin:0;
	padding: 0;
	text-align:center;
	background-color:#ffffff;
	background-image: url(images/background.jpg);
	color:#222222;
	background-repeat: repeat-x;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}
div,td,th,p,pre {
	text-align:left;
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 10pt;
	line-height: 160%;
}
h1 {
	font-size:120%;
	line-height:44px;
	font-weight:bold;
	margin:0;
	padding-left: 30px;
	background-color: #EBE9ED;
	background-image: url(images/h1bar.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 470px;
}
h2 {
	font-size:100%;
	line-height:40px;
	font-weight:bold;
	margin:0;
	padding-left: 30px;
	background-image: url(images/h2bar.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 470px;
}
h3 {
	font-size:100%;
	line-height:160%;
	font-weight:bold;
	margin:0;
	padding-top: 20px;
}
table {
	margin-top: 0px;
	width: 100%;
	border: 1px #EEEEEE solid;
	border-collapse: collapse; 
}
td ,th {
	border: 1px #FFFFFF solid;
	padding: 6px; 
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border:0;
}
input, select, textarea {
	width: 90%;
}
.noResize {
	width: 20%;
}
.clear {
	clear:both;
	padding: 0;
	margin: 0;
}
.center {
	text-align:center;
}

/* === 基本IDを出現順に設定 === */

#WRAP {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#PAGETOP {
	background-image: url(images/page_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 800px;
}

/* === ヘッダー部分 === */

#HEADER {
	height: 70px;
	width: 800px;
	background-image: url(images/p_header.jpg);
	background-repeat: no-repeat;
	
}
#HEADER .logo {
	margin-left: 30px;
	margin-top: 0px;
	width: 220px;
	float: left;
	display: inline;
}
#HEADER .info {
	float: right;
	margin-right: 30px;
	display: inline;
}

/* === メインメニュー === */

#MENUBAR {
	height: 50px;
	padding-left: 40px;
	background-image: url(images/p_menu.jpg);
	background-repeat: no-repeat;
}
#MENUBAR div {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	display: inline;
}

/* === メインコンテンツ部分 === */

#IMAGEPHOTO {
	height: 190px;
	width: 800px;
	background-image: url(images/p_main_photo.jpg);
	background-repeat: no-repeat;
}

#MAIN {
	width: 800px;
	background-color:#FFFFFF;
	background-image: url(images/page_background.jpg);
	padding-top: 20px;
	background-repeat: repeat-y;
}

/* === メニュー部分 === */

#CONTENTS1 {
	float: left;
	margin-left: 30px;
	display: inline;
	width: 220px;
	background-image: url(images/submenu_top.jpg);
	background-repeat: no-repeat;
}
#CONTENTS1 .menuTop {
	height: 41px;
	font-size: 90%;
	line-height: 41px;
	padding-left: 20px;
	font-weight: bold;
}
#CONTENTS1 .menuBottom {
	height: 41px;
	background-image: url(images/submenu_bottom.jpg);
	background-repeat: no-repeat;
}

#SUBMENU {
	width: 220px;
}
#SUBMENU a {
	height: 40px;
	padding-left: 40px;
	font-weight: bold;
	line-height: 40px;
	display: block;
}
#SUBMENU ul {
}
#SUBMENU li {
	width: 220px;
	background-image: url(images/submenu_back.jpg);
	background-repeat: no-repeat;
}

#CM {
	margin-top: 30px;
	text-align: left;
}

/* === メイン部分 === */

#CONTENTS2 {
	float: left;
	width: 500px;
	margin-left: 20px;
}
#CONTENTS2 .topicPath {
	margin-top: 16px;
	height: 50px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#CONTENTS2 .topicPath li {
	float: left;
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background-color: #EEEEEE;
}
#CONTENTS2 p {
	margin-top: 10px;
}
#CONTENTS2 .contents {
	margin-top: 25px;
}
#CONTENTS2 th {
	text-align: center;
	background-color:#CCCCCC;
}
#CONTENTS2 td {
	background-color: #EEEEEE;
	text-align: left;
}
#CONTENTS2 .white {
	background-color: #FFFFFF;
	text-align: left;
}
.myTable {
	margin-top: 20px;
	padding: 0;
	width: 500px;

}

/* === ページ下段 === */

#FOOTER {
	padding-top: 30px;
	width: 800px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;
	padding-left: 270px;
	font-size: 90%;
}
.btptop {
	display: block;
	background-image: url(images/arrow_g.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	height: 30px;
	width: 500px;
	line-height:30px;
}
.textMenu, .comService {
	margin-top: 30px;
	width: 500px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBE9ED;
	border-right-color: #EBE9ED;
	border-bottom-color: #EBE9ED;
	border-left-color: #EBE9ED;
}

#PAGEBOTTOM {
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}
#COPYRIGHT {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
	width: 800px;
}


