﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #000066 url(../images/body_bg.gif) left top repeat-y;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 101px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}
#logo {
	position: absolute;

top: 15px;
	margin: 0;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 10px;
		left: 203px;
		width: 536px;

	}

	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #EC8602;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 861px;
	margin-top: 0px;
}
#primary {
	position: absolute;
	width: 650px;
	left: 206px;
	top: 0;
	padding: 0px 20px 0px 0px;
	background-color: #FFFFFF;
}
#secondary {
	position: absolute;
	width: 168px;
	left: 19px;
	margin-top: 20px;
	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 0 26px 20px;
}
#primary h2 {
	background: url(../images/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}
#primary h3 {
	font-size: 117%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000066;
}
#primary p {
	margin: 10px 0;
}
/* テーブル
---------------------------------------------*/
table#table-01 {
    width: 500px;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
margin:auto;
font-size:0.9em;
}

table#table-01 th {
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
    text-align: center;
    white-space: nowrap;
}
/* 入力フォーム
---------------------------------------------*/
#orderForm fieldset {
	margin-top: 30px;
	border: 1px solid #ccc;
}
#orderForm legend {
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	border-top: 2px solid #DC0101;
}
#orderForm dl {
	padding: 10px 20px 20px 20px;
}
#orderForm dt {
	margin-top: 10px;
}
#orderForm dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#orderForm em {
	color: #DC0101;
	font-style: normal;
}
#orderForm .submit {
	margin-top: 30px;
	text-align: center;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
	font-size: 90%;
}
#orderForm .text1 {
	width: 150px;
}
#orderForm .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 200px;
}
#orderForm .text1,#orderForm .text2,#orderForm .text3 {
	background: #FFFFFF url(../images/input_bg.gif) left top repeat-x;
	border: 3px double #CCCCCC;
	padding: 2px;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 90%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;

	background: #DEE9FD ;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 138px !important;
		width /**/: 168px;
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}
/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 10px 10px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 10px 10px!important;
}
img {
    border-style:none;
}



