﻿* {
     margin : 0;
     padding : 0;
}

img {
	border : 0;
	vertical-align : top;
	font-size : 0;
	line-height : 0;
}

body {
	margin : 0;
	padding : 0;
	background : #ffffff;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 75%;
	color : #191919;
	text-align : center;
}

/*---GLOBAL_NAVIGATION---*/

#gnavi {
	clear : both;
	width : 100%;
	background : url(gnavibg.png) left top repeat-x;
}

#gnavi ul {
	list-style : none;
	width : 930px;
	margin-left : auto;
	margin-right : auto;
}

#gnavi ul li {
	display : inline;
}

/*---CONTENTS---*/

#container {
	clear : both;
	width : 100%;
	padding-top : 30px;
	background : url(containerbg.png) left top repeat-x;
}

#contents {
	overflow : hidden;
	width : 880px !important;
	width /**/: 934px;
	margin-left : auto;
	margin-right : auto;
	padding : 25px 27px 0 27px;
	background : #ffffff url(contentsbg.png) left top no-repeat;
	text-align : left;
}

/*---SIDEBAR---*/

#sidebar {
	float : left;
	width : 190px;
	padding-bottom : 30px;
}

h2#side1 {
	margin : 0;
}

h2#side2 {
	margin-bottom : 30px;
}

.snavi {
	width : 176px !important;
	width /**/: 190px;
	margin-bottom : 25px;
	padding : 7px;
	background : #dcdcdc;
}

.snavi ul {
	list-style : none;
	width : 174px !important;
	width /**/: 176px;
	border-left : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
	border-top : solid 1px #b4b4b4;
}

.snavi ul li {
	background : #ffffff;
	border-bottom : solid 1px #b4b4b4;
}

.snavi ul li a {
	display : block;
	width : 136px !important;
	width /**/: 174px;
	margin : 0;
	padding : 9px 10px 9px 28px;
	line-height : 1.6em;
	color : #a50000;
	background-image : url(sarrow1.gif);
	background-repeat : no-repeat;
	background-position : 10px 12px !important;
	background-position /**/: 10px 11px;
	text-decoration : none;
}

.snavi ul li a:hover {
	color : #ffffff;
	background-color : #a50000;
	background-image : url(sarrow2.gif);
	background-repeat : no-repeat;
	background-position : 10px 12px !important;
	background-position /**/: 10px 11px;
	text-decoration : underline;
}

p#corp {
	margin-bottom : 15px;
	line-height : 1.65em;
}

ul#slink {
	list-style : none;
	padding-top :  2px;
	border-top : solid 4px #b4b4b4;
}

ul#slink li {
	padding : 6px 0 10px 3px;
	background : url(dl.gif) left bottom repeat-x;
}

ul#slink li a {
	padding-left : 12px;
	color : #a50000;
	background-image : url(arrow2.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	text-decoration : underline;
}

ul#slink li a:hover {
	color : #a50000;
	background-image : url(arrow2.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	text-decoration : none;
}

/*---MAIN---*/

#main {
	float : right;
	width : 660px;
}

h2#ptitle1 {
	margin : 0;
}

h2#ptitle2 {
	margin-bottom : 30px;
}

p#dummy {
	margin-bottom : 30px;
}

#ptop {
	clear : both;
	width : 880px;
	margin-left : auto;
	margin-right : auto;
	text-align : right;
}

/*---FOOTER_NAVI---*/

#fnavi {
	clear : both;
	overflow : hidden;
	width : 100%;
	padding : 23px 0 25px 0;
	background : #282828;
}

#fnbox {
	width : 880px;
	margin-left : auto;
	margin-right : auto;
}

#fn1st {
	float : left;
	width : 700px;
	background : url(fnlistbg.gif) left top repeat-y;
	text-align : left;
}

ul.fnlist {
	list-style : none;
	float : left;
	width : 129px !important;
	width /**/: 165px;
	padding : 2px 18px 0 18px;
}

ul.fnlist li.index {
	margin-bottom : 10px;
	padding-bottom : 8px;
	border-bottom : solid 3px #646464;
}

ul.fnlist li.index a {
	color : #ffffff;
	text-decoration : underline;
}

ul.fnlist li.index a:hover {
	color : #ffffff;
	text-decoration : none;
}

ul.fnlist li.normal {
	margin-bottom : 7px;
}

ul.fnlist li.normal a {
	padding-left : 13px;
	background-image : url(arrow1.gif);
	background-position : 0 3px;
	background-repeat : no-repeat;
	color : #ffffff;
	text-decoration : underline;
}

ul.fnlist li.normal a:hover {
	padding-left : 13px;
	background-image : url(arrow1.gif);
	background-position : 0 3px;
	background-repeat : no-repeat;
	color : #ffffff;
	text-decoration : none;
}

#fn2nd {
	float : right;
	width : 150px;
	padding-top : 18px;
	text-align : right;
}