@charset "UTF-8";
/* base */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p {
   margin:0; 
   padding:0; 
}
table {
   border-collapse:collapse; 
   border-spacing:0; 
}
fieldset,img {
   border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
   font-style:normal;
   font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left; 
}
h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}
q:before,q:after {
   content:'';
}
abbr,acronym {
   border:0;
}

body {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
   line-height:1.6;
   letter-spacing:1px;
   background:#eee;
}
br {
   letter-spacing:normal;
}
a {
   color:#333;
   text-decoration:none;
}
a:hover {
	color:#0066FF;
}
img {
   border:0;
   vertical-align:bottom;
	margin:0;
}

/* layout */
div#top {
	width:789px;
	margin:0 auto;
	background-color: #FFF;
	background-image: url(images/bg_contents_left.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

div#wrapper {
	width:788px;
	background-image: url(images/bg_contents_right.gif);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

div#header {
	position:relative;
	width: 772px;
}

div#pr {
	position:relative;
	width:410px;
	float: left;
	margin-top: 8px;
}

div#menu {
	float:left;
	margin-left: 4px;
}

div#contents {

}

div#main {
	float:right;
	width:572px;
	margin-right: 8;
	padding-right: 14;
	position: relative;
}

div#sub {
	float:left;
	width:180px;
	margin:4px 10px 0 12px;
	padding:0;
}

div#totop {
	clear:both;
	padding:0 8px;
}

div#footer {
	clear:both;
	background:#0283C4;
	margin:0 2px;
}


/* header note */
div#header img {
	padding:0;
	margin-top: 14px;
	margin-bottom: 0;
	margin-left: 30;
	float: left;
}

div#header p a {
	color:#333;
}
div#header p a:hover {
	color:#666;
}
div#header #pr h1 {
	color:#666;
	margin-left:40px;
	font-size:75%;
	margin-top: 6px;
}
div#header #pr h2 {
	margin-left:70px;
	font-size:140%;
}


/* menu note */
div#menu li {
	float:left;
	font-size:75%;
	color:#333;
	text-align:center;
	list-style-type:none;
}

div#menu li a {
	display:block;
	width:155px;
	color:#333;
	line-height:40px;
	border-left:1px solid #DCDCDC;
	background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#menu li.home a {
	border:none;
}

div#menu li a:active {
	color:#6633FF;
	font-weight: bold;
}

div#menu li a:hover {
	background:url("images/bg_menu.gif") 0 repeat-x;
	color: #06F;
}


/* main contents note */
div#main p img {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 0px;
}

div#main a {
	color:#0172AB;
}

div#main a:hover {
	text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	color:#333;
	font-size:92%;
	font-weight:bold;
	border-bottom:3px double #535D57;
	width: 560px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

div#main h3 {
   margin:2px 0;
   font-size:84%;
	font-weight:bold;
}

div#main h4 {
   margin-bottom:2px;
   font-size:70%;
}

div#main h5 {
   margin-bottom:2px;
   font-size:70%;
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;
}

div#main p {
	font-size:82%;
	margin-top: 0;
	margin-right: 1ex;
	margin-bottom: 1em;
	margin-left: 0;
}

div#main ul,ol,dl {
   font-size:82%;
}

div#main dt {
	margin-bottom:0;
}

div#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
	font-weight:bold;
}
div#main dl,dd {
	font-size:88%;
} 

 /*information note*/
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* sub note */
div#sub img {
   margin:0;
}
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:82%;
   font-weight:bold;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_footmenu.gif") 0 5px no-repeat;
}

/* to top note */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* foot menu note */
div#footMenu ul {
   margin:0 8px 0 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* footer note */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;
   color:#fff;
   text-align:center;
}
