/*** HTML属性 ***/

body {
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle;
	color:#666666;
	font-family:MS UI Gothic, Osaka;
	background-color:#ffffff;
}

h1 {
	width:300px;
	height:30px;
	padding:20px 30px 0px 45px;
	text-align:left;
	color:#cc0033;
	font-size:16px;
	font-weight:bold;
	background-image:url(images/back_h1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h2 {
	width:300px;
	height:15px;
	padding:5px 0px 5px 10px;
	margin:15px 0px 0px 25px;
	text-align:left;
	color:#cc0033;
	font-size:14px;
	border-left:solid #cc0033 5px;
}

h3 {
	font-size:18px;
	font-weight:normal;
}

hr {
	color:#CCCCCC;
}

a {
	color:#666666;
	text-decoration:none;
}

img {
	border:0px;
}

a:hover {
	color:#ff3333;
	text-decoration:underline;
}

/*** ID・Class属性 ***/

#backimage {
	position:absolute;
	top:0px;
	left:5px;
	bottom:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	padding:0px 0px;
	width:780px;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:750px;
	margin:0px;
	height:75px;
}

.headerLink {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:12px;
	color:#999999;
	border-bottom:1px #999999;
}

#top {
	position:relative;
	top:0px;
	width:750px;
	margin-top:0px;
	margin-bottom:5px;
}

#middle {
	position:relative;
	width:650px;
	height:100%;
	margin:0px 0px 20px 0px;
	text-align:left;
	font-size:12px;
	line-height:160%;
}

.content1 {
	width:650px;
	text-align:left;
	margin:0px 0px 30px 50px;
	padding:20px 0px 30px 0px;
	vertical-align:top;
}

.content1 a {
	text-decoration:none;
}

.content1 a:hover {
	text-decoration:underline;
}

.content2 {
	width:550px;
	height:100%;
	margin:0px 25px 30px 25px;
	padding:30px;
	border-top:solid #cccccc 1px;
	border-right:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
}

.content2 th {
	background-color:#EEEEFF;
	vertical-align:text-top;
	text-align:left;
	white-space:nowrap;
}

.content2 td {
	background-color:#FFFFFF;
	vertical-align:text-top;
	text-align:left;
	white-space:nowrap;
}

.arrow {
	position:relative;
	top:0px;
	left:10px;
	height:20px;
	margin-bottom:20px;
	padding-left:30px;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
}

/*　インデックスページ　index.html　*/

.contentIndex {
	width:650px;
	height:350px;
	margin:0px 25px 40px 25px;
	padding:20px 25px 30px 25px;
	line-height:160%;
}

.contentIndex td {
	vertical-align:top;
	margin:5px;
}

.indexLeftHead {
	position:absolute;
	top:0px;
	left:10px;
	width:230px;
	height:100%;
	background-image:url(images/indexLeftBar.jpg);
	background-repeat:no-repeat;
}

.indexLeftMain {
	position:absolute;
	top:20px;
	left:0px;
	width:230px;
	height:100%;
	padding:0px 5px 10px 0px;
	font-size:12px;
	border-top:solid 1px #ffcccc;
	border-left:solid 1px #ffcccc;
}

.indexCenterHead {
	position:absolute;
	top:0px;
	left:255px;
	width:230px;
	height:100%;
	background-image:url(images/indexCenterBar.jpg);
	background-repeat:no-repeat;
}

.indexCenterMain {
	position:absolute;
	top:20px;
	left:0px;
	width:220px;
	height:100%;
	padding:0px 10px 10px 0px;
	font-size:12px;
	border-top:solid 1px #ffcccc;
	border-left:solid 1px #ffcccc;
}

.indexRightHead {
	position:absolute;
	top:0px;
	left:505px;
	width:230px;
	height:100%;
	vertical-align:top;
	background-image:url(images/indexRightBar.jpg);
	background-repeat:no-repeat;
}

.indexRightMain {
	position:absolute;
	top:20px;
	left:0px;
	width:220px;
	height:200px;
	padding:0px 5px 10px 5px;
	margin-bottom:0px;
	font-size:12px;
	border-top:solid 1px #ffcccc;
	border-left:solid 1px #ffcccc;
}

.indexRightHead2 {
	position:absolute;
	top:250px;
	left:505px;
	width:210px;
	height:20px;
	vertical-align:top;
	background-image:url(images/indexRightBar2.jpg);
	background-repeat:no-repeat;
}

.indexRightMain2 {
	position:absolute;
	top:20px;
	left:0px;
	width:200px;
	height:150px;
	padding:0px 5px 10px 25px;
	margin-bottom:0px;
	font-size:12px;
	border-top:solid 1px #66cc66;
	border-left:solid 1px #66cc66;
}

/*　コンセプト　concept.html　*/

.conceptMain {
	width:650px;
	margin:0px 50px 30px 50px;
	padding:20px 0px 30px 0px;
	vertical-align:top;
}

.conceptMain td {
	vertical-align:top;
}

.conceptLeft {
	width:180px;
	position:absolute;
	padding-right:20px;
}

.conceptRight {
	width:320px;
	position:relative;
	left:220px;
	border-left:solid 1px #cccccc;
	padding-left:20px;
}

/*　サイトマップ　*/

.sitemap {
	margin-bottom:50px;
}

.sitemap a {
	color:#999999;
}

.sitemap a:hover {
	color:#ff3333;
}

.sitemap-level1 {
	position:absolute;
	left:100px;
	width:100px;
	border:solid 1px #cc0033;
	padding:5px;
	
	font-weight:bold;
	color:#cc0033;
}

.sitemap-level2 {
	position:relative;
	left:75px;
	top:50px;
	width:100px;
	border:solid 1px #999999;
	padding:5px;
	margin-bottom:10px;
}

.sitemap-level3 {
	position:relative;
	left:150px;
	top:50px;
	width:120px;
	border:solid 1px #999999;
	padding:5px;
	margin-bottom:10px;
}

/*　上にもどる　*/

.gotoTop {
	font-size:12px;
	text-align:right;
}

.gotoTop a {
	color:#999999;
	text-decoration:none;
}

.gotoTop a:hover {
	color:#ff3333;
	text-decoration:underline;
}

/*　フッター　*/

#footer {
	position:relative;
	left:0px
	bottom:0px;
	width:750px;
	height:15px;
	padding-top:3px;
	vertical-align:middle;
	
	font-size:12px;
	color:#999999;
	text-align:center;
	line-height:100%;
	
	border-top:dotted 1px #999999;
	border-bottom:solid 1px #999999;

}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1195047750 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:750px;
	text-align:left;
}

#MMMenuContainer0630173737_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0630173737_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:125px;
	top:105px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0630173737_0 {
/* This class defines things about menu MMMenu0630173737_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #555555;
	width:120px;
	height:92px;
}

.MMMIFVStyleMMMenu0630173737_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0630173737_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:120px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:108px;
	height:16px;
}

.MMMIVStyleMMMenu0630173737_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0630173737_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:120px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:108px;
	height:16px;
}

#MMMenu0630173737_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0630173737_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0630173737_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0630173737_0 so we can set its position */
	left:0px;
	top:33px;
}

#MMMenu0630173737_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0630173737_0 so we can set its position */
	left:0px;
	top:65px;
}

#MMMenuContainer0630173737_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0630173737_0 a {
/* Controls the general apperance for menu MMMenuContainer0630173737_0's items, including color and font */
	text-decoration:none;
	font-family:MS UI Gothic, Osaka;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#ffffff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0630173737_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0630173737_0 */
	color:#ffffff;
	background-color:#666666;
	z-index:300;
}
#MMMenuContainer0717164158_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0717164158_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:250px;
	top:105px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0717164158_1 {
/* This class defines things about menu MMMenu0717164158_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #555555;
	width:120px;
	height:92px;
}

.MMMIFVStyleMMMenu0717164158_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0717164158_1 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:120px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:108px;
	height:16px;
}

.MMMIVStyleMMMenu0717164158_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0717164158_1 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:120px;
	height:27px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:108px;
	height:16px;
}

#MMMenu0717164158_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0717164158_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0717164158_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0717164158_1 so we can set its position */
	left:0px;
	top:33px;
}

#MMMenu0717164158_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0717164158_1 so we can set its position */
	left:0px;
	top:65px;
}

#MMMenuContainer0717164158_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0717164158_1 a {
/* Controls the general apperance for menu MMMenuContainer0717164158_1's items, including color and font */
	text-decoration:none;
	font-family:MS UI Gothic, Osaka;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#ffffff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0717164158_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0717164158_1 */
	color:#ffffff;
	background-color:#666666;
}
