@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
img {
	border:0;
}
.clear {
	clear:both;
}

a { text-decoration: none; }

a:link { color: #000099; }
a:visited { color: #800080; }
a:active { color: #E20820; }
a:hover { color: #E20820; }



/*
 Header [
----------------------------------------------------------- */

body.main {
	background-image: url(../img/back/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

#container {
	width:802px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/back/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

#header {
	background-image: url(../img/back/header.gif);
	background-repeat: no-repeat;
	width: 802px;
	position: relative;
	height: 79px;
	margin: 0px auto;
}

/* ヘッダ内画像 */
img#companyname {
	position:absolute; top:11px; right:15px;
	width: 166px;
	height: 14px;
}

img#logo {
	position:absolute; top:20px; left:22px;
	width: 166px;
	height: 40px;
}

img#nistop {
	position:absolute; bottom:15px; right:260px;
	width: 73px;
	height: 13px;
}

img#sitemap {
	position:absolute; bottom:15px; right:149px;
	width: 89px;
	height: 13px;
}

img#contact {
	position:absolute; bottom:15px; right:60px;
	width: 65px;
	height: 13px;
}

/* グローバルナビ */
#global_navi {
	background-image: url(../img/back/global_navi_back.jpg);
	height: 48px;
	width:802px;
}

#global_navi a {
	display:block;
	margin-top: 0px;
	margin-left:10px;
	width: 130px;
	height: 48px;
	float: left;
}

#global_navi img {
	width: 130px;
	height: 48px;
}

/*
 Main タイトル [
----------------------------------------------------------- */

#main {
	width:802px;
	margin-left: auto;
	margin-right:auto;
	background-color: #ffffff;
}


/* パンくずリストとh1画像のページタイトル領域 */
#page_title {
	width: 802px;
	height: 68px;
	background-image: url(../img/back/page_title_back.gif);
	background-repeat: repeat-y;
}

#breadcrumbs {
	background-image: url(../img/back/back_border.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	padding-left:10px;
	width: 792px;
	height: 17px;
}

#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:link { color: #000099; }
#breadcrumbs a:visited { color: #000099; }
#breadcrumbs a:active { color: #E20820; }
#breadcrumbs a:hover { color: #E20820; }


img.h1 {
	width: 802px;
	height: 51px;
}


/*
 Side Bar [
----------------------------------------------------------- */


#wrapper {
	background-image: url(../img/back/contents_back.gif);
	background-repeat: repeat-y;
	float: left;
	width: 802px;
}

#side_navi {
	float: left;
	width: 202px;
	height: 600px;
}

#side_navi dt {
	margin-top: 40px;
	margin-left: 20px;
}

#side_navi dd {
	margin-top: 20px;
	margin-left: 17px;
	padding-left: 15px;
	background-image: url(../img/side_navi/side_navi_dd.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#side_navi dd div {
	border-bottom: 1px dotted gray;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 135px;
}

#side_navi dd.sub {
	margin-top: 20px;
	margin-left: 32px;
	padding-left: 15px;
	background-image: url(../img/side_navi/side_navi_dd2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#side_navi dd.sub div {
	width: 120px;
}

img.navi_img {
	width: 77px;
	height: 16px;
}

/*
 Side Contents [
----------------------------------------------------------- */

#contents {
	float: left;
	width: 600px;
	padding-bottom: 20px;
}

#contents h2 {
	padding-left:21px;
	margin: 20px 0px 10px 5px;
	background-image: url(../img/contents_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contents .txt_area {
	margin: 25px 30px 0px 30px;
	line-height: 18px;
	color: #474747;
}

.notification {
	color:#CC3333;
	font-weight:bold;
	background-image: url(../img/link_text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
	/*padding-left:5px;*/
}

.txt_area img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.txt_area p, .txt_area img , .txt_area dl , .txt_area ol , .txt_area ul , .txt_area table {
	margin-left: 20px;
}

.txt_area p, .txt_area dl, .txt_area table {
	margin-bottom: 20px;
}

img.h2 {
	width: 502px;
	height: 35px;
	margin: 0px 0px 25px 0px;
}

p.h2 {
	margin-left: 40px;
}

p.h3, p.h4 {
	margin-left: 52px;
}

#contents h3 {
	padding-left:21px;
	margin: 0px 0px 20px 10px;
	background-image: url(../img/contents_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contents h4 {
	padding-left:21px;
	margin: 0px 0px 20px 15px;
	background-image: url(../img/contents_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contents h4.sitemap {
	margin-left: 37px;
}

.txt_area .column2 {
	float: left;
	width: 260px;
	padding-right: 10px;
}

.txt_area a.txt {
	background-image: url(../img/link_text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.txt_area img.right {
	float: right;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.txt_area img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.txt_area img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.txt_area table img {
	margin: 0px;
}

.txt_area table span.top {
	vertical-align: top;
}

.txt_area dl dt {
	float: left;
	width: 100px;
	clear: left;
}

.txt_area dl dd {
	margin-left: 100px;
}

.txt_area dl.voice dt {
	float: left;
	width: 60px;
	clear: left;
}

.txt_area dl.voice dd {
	margin-left: 60px;
}

.txt_area ol {
	list-style-type: decimal;
}

.txt_area ul {
	list-style-type: none;
}

.txt_area img.popup {
	margin:0px 0px 0px 5px;
	width: 19px;
	height: 15px;
}

#page_back {
	text-align: right;
}

#page_back a.link {
	background-image: url(../img/link_text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

ol.security{
	margin-bottom:30px;
	margin-left:50px;
	font-size: 14px;

}

ol.security li {
	margin-bottom:5px;
}

ol.security li .contents {
	margin-bottom:13px;
	display:block;
}



/*
 Footer [
----------------------------------------------------------- */

#privacy {
	background-image: url(../img/back/footer_top.jpg);
	width: 802px;
	height: 22px;
	position:relative;
}

img#privacy_img {
	position: absolute; top:6px; right: 8px;
	width: 125px;
	height: 14px;
}

#footer {
	background-image: url(../img/back/footer_bottom.jpg);
	width: 802px;
	height: 37px;
	position:relative;
}

img#copyright {
	position: absolute; left: 215px;
	width: 390px;
	height: 37px;
}


/*
 Top [
----------------------------------------------------------- */

#top_image {
	margin-left: 38px;
	margin-top: 16px;
	margin-bottom: 25px;
	width:728px;
}

.top_menu {
	width: 315px;
	margin-bottom: 20px;
}

.top_menu img.title {
	width: 315px;
	height: 46px;
}

.top_menu div {
	border: solid 1px #cccccc;
	width: 311px;
	height: 100px;
	margin-left: 1px;
}

.top_menu div p {
	padding: 15px 5px 5px 15px;
	line-height: 20px;
	color: #474747;
}

#top_contents {
	background-image: url(../img/back/back_border.gif);
	background-repeat: repeat-y;
	width:802px;
	float:left;
}

.top_wrapper {
	width:690px;
	margin-left: 56px;
}

.left_menu {
	float: left;
	width: 370px;
}

.right_menu {
	float: left;
	width: 320px;
}

.info {
	width:690px;
	margin-left: 56px;
	margin-bottom: 20px;
	border: 2px solid #e60021;
}

.info div p {
	font-weight: bold;
	padding: 15px 15px 15px 15px;
	line-height: 20px;
	color: #474747;
}

/*
 Pop up [
----------------------------------------------------------- */

#container_popup {
	width:600px;
	margin: 0px auto;
}

#header_popup {
	width: 600px;
	position: relative;
	height: 76px;
	background-color: #ffffff;
}

#header_popup img#line {
	position:absolute; top:65px;
}

#main_popup>ul {
	margin: 15px 50px;

}

#main_popup h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_popup h4 {
	font-size: 14px;
}

#main_popup p {
	margin: 15px 20px;
	color: #474747;
	line-height: 18px;
}

#main_popup .grayback {
	background-color: #f7f7f7;
	width: 500px;
	margin: 5px auto;
	border: 2px solid #cccccc;
}

#main_popup .text {
	margin-top: 20px;
}

/*
 Table [
----------------------------------------------------------- */

table.border {
	border: 1px #888888 solid;
	border-collapse: collapse; 
}

table.border th, table.border td {
	border: 1px #888888 solid;
}

th {
	background-color: #f2f5f9;
	vertical-align: top;
}

th.category {
	background-color: #dbe4ee;
	height: 20px;
	vertical-align: middle;
}

th.left {
	text-align: left;
	padding-left: 10px;
}

td {
	padding-left: 3px;
}

form {
	margin-bottom: 10px;
}

input.button , button {
	background-color: #ffffff;
}

textarea {
	margin-left: auto;
	margin-right: auto;
}

#error>ul {
	border: 3px solid red;
	padding: 6px;
	width: 400px;
	margin:10px auto;
}

#error>ul li {
	padding: 3px 10px;
	list-style-type: disc;
	list-style-position: inside;
}

/*
 修正指定（優先要素） [
----------------------------------------------------------- */

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.w80 {
	width: 80px !important;
}

.w100 {
	width: 100px !important;
}

.w150 {
	width: 150px !important;
}

.w180 {
	width: 180px !important;
}

.w200 {
	width: 200px !important;
}

.w400 {
	width: 400px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

span.strong {
	font-weight: bold !important;
}

.size14 {
	font-size: 14px !important;
	line-height: 22px;
}

.size16 {
	font-size: 16px !important;
	line-height: 24px;
}