﻿/*  body -------------------- */

body {
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	background-image: url(img/bg.gif);
	color:#333333;
}

* {
	margin: 0px;
	padding: 0px;
}

/*  linkcolor  -------------------- */

a {
	text-decoration: none;
}
a:link {
	color:#3333cc;
}
a:visited {
	color:#000066;
}
a:hover {
	color: #e80000;
	text-decoration:underline;
}

/*  linkcolor-left  -------------------- */

#left a {
	text-decoration: none;
}

#left a:link {
	color:#3333cc;
}

#left a:visited {
	color:#000066;
}

#left a:hover {
	color: #e80000;
	text-decoration:underline;
}


/*  linkcolor-main  -------------------- */

#main a {
	text-decoration: none;
}

#main a:link {
	color:#3333cc;
}

#main a:visited {
	color:#000066;
}

#main a:hover {
	color: #e80000;
	text-decoration:underline;
}


/*  link_footer  -------------------- */

#footer_link a {
	text-decoration: none;
}
#footer_link a:link {
	color:#3333cc;
}
#footer_link a:visited {
	color:#000066;
}
#footer_link a:hover {
	color: #e80000;
	text-decoration:underline;
}


/*  container  -------------------- */

#container {
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 750px;
	background-color: #FFFFFF;
	border: 0px solid #EFEFEF;
	}


/*  header  -------------------- */


#header_description {
	width: 750px;
	height: 20px;	
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	background-image: url("img/bg.gif"); 
	border: 0px solid #EFEFEF;
	}

#header_title {
	width: 750px;
	height: 55px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px solid #EFEFEF;
	}


#header_image {
	width: 750px;
	height: 200px;	
	margin:0px;
	padding: 0px;
	text-align: left;
	background-color: #000000;
	border: 0px solid #EFEFEF;
	}


/*  nav  -------------------- */

#nav {
	width: 750px;
	height: 50px;	
	margin:　0px;
	padding: 0px;
	background-color: #2059c1;
	border: 0px solid #2059c1;
}

#nav ul {
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #2059c1;	
}

#nav li {
	float:left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #2059c1;	
}

#nav img {
	padding: 0px;
	margin: 0px;
	background-color: #2059c1;
	border: none;
	vertical-align: bottom;
}


/*  main  -------------------- */

#main {
	float:right;
	width:540px;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color: #ffffff;
	}

/*  left  -------------------- */

#left {
	float: left;
	margin:0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	background-color: #f4f4f4;
	overflow: hidden;
	}

#left_under {
	float: left;
	margin:0px;
	padding:5px;
	width: 200px;
	background-color:#f3f2ed;
	overflow: hidden;
	}

/*  right  -------------------- */

#right {
	float: right;
	width: 0px;
	margin:0px;
	padding:0px;
	background-color:#fff08d;
	overflow: hidden;
	}

/*  footer  -------------------- */

#footer_link {
	clear:both ;
	width: 750px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:80%; color:#333333; line-height:150%; font-style: normal; font-weight: normal;
	background-color: #CFDAF8;
	border: 0px solid #EFEFEF;
	}

#footer_catch {
	clear:both ;
	width: 750px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:80%; color:#FFFFFF; line-height:150%; font-style: normal; font-weight: normal;
	background-color: #142f80;
	border: 0px solid #EFEFEF;
	}

#footer_copy {
	clear:both ;
	width: 750px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 0px 10px 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:80%; color:#FFFFFF; line-height:150%; font-style: normal; font-weight: normal;
	background-color: #142f80;
	border: 0px solid #EFEFEF;
	}

/*  breadcrumbs  -------------------- */

#bc {
	float: right;
	margin:0px;
	padding: 0px 5px 5px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:80%; color:#333333; line-height:100%; font-style: normal; font-weight: normal;
	overflow: hidden;
	}

/*  contactform  -------------------- */

.contact {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	margin:0px;
	padding: 5px 5px 5px 5px;
	}

.contact_btn {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	margin:0px;
	text-align: center;	
	padding: 5px 5px 5px 5px;
	}

/*  books  -------------------- */

.books_l {
	margin:0px;
	padding: 5px 5px 5px 5px;
	}

.books_r {
	margin:0px;
	padding: 5px 5px 5px 5px;
	}

.books_u {
	margin:0px;
	padding: 5px 5px 5px 5px;
	text-align: center;	
	}

/*  profile  -------------------- */

.profile {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	margin:0px;
	padding: 5px 5px 5px 5px;
	}


.profile_tle {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: bold;
	line-height: 160%;
	font-weight: normal;
	letter-spacing: 1px;
	margin:10px 0px 10px 0px;
	padding: 5px 5px 15px 5px;
	color: #8A2D00;
	}


/*  font  -------------------- */

.read {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.size80 {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 145%;
	font-weight: normal;
	color:#333333;
	}

.size85 {
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	color:#333333;
	}

.size90 {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	color:#333333;
	}

.size95 {
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 150%;
	font-weight: normal;
	color:#333333;
	}

.size100 {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	
	font-style: normal; 
	line-height: 145%;
	font-weight: normal;
	color:#333333;
	}

p 	{
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:145%;
	padding: 0px;
	margin: 10px;
	}


h1 {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height:145%;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

h2{
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:145%;
	text-indent: 1em;
	padding: 0px;
	margin: 10px;
	}

h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height:145%;
	background-image: url("img/h3.gif"); 
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h4{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
}


/*  font-main  -------------------- */

p.main {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-indent: 1em;
	line-height:145%;
	padding: 0px;
	margin: 10px;
	}

read.main {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#main h1 {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:145%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#main h2{
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:145%;
	padding: 0px;
	margin: 10px;
	text-align: center;
}

#main h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height:145%;
	background-image: url("img/h3.gif"); 
	color: #930025;
	padding: 0px;
	margin: 0px;

}

#main h4{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;

}

/*  font-left  -------------------- */

p.left {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:145%;
	padding: 0px;
	margin: 10px;
	}

read.left {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left h1 {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:145%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#left h2{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url("img/h2.gif"); 
	color:#ffffff;
	line-height:145%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	background-image: url("img/h3.gif"); 
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left h4{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*  font-left_under  -------------------- */

p.left_under {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:145%;
	padding: 0px;
	margin: 10px;
	}

read.left_under {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left_under h1 {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:145%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#left_under h2{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	line-height:145%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left_under h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left_under h4{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:145%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* main 項目  -------------------- */

.main_ui {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:80%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin-bottom: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none
	}

.main_li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:80%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 5px 20px;
	background-image: url("img/main_li.gif"); 
	background-repeat: repeat-y;
	list-style-type: none;
	}



/* left 項目  --------------------  */


.left_ui {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:85%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

.left_li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:85%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin-bottom:  10px 0px 10px 0px;
	padding: 5px 0px 20px 5px;
	background-image: url("img/menu_l_li.gif"); 
	background-repeat: repeat-y;
	list-style-type: none;
	}


/* table  -------------------- */

.main_tr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:85%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.main_td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size:85%; color:#333333; line-height:145%; font-style: normal; font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}

.nav_tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.nav_td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
	}

	
/* space  -------------------- */	

.mrg_3 {
	padding: 3px;
	}
	
.mrg_5 {
	padding: 5px;
	}
	
.mrg_7 {
	padding: 7px;
	}
	
.mrg_10 {
	padding: 10px;
	}
	
.mrg_13 {
	padding: 13px;
	}		
	
.mrg_15 {
	padding: 15px;
	}				

.mrg_17 {
	padding: 17px;
	}	


.mrg_leftunder_contact {
	padding: 720px;
	}	
	
.mrg_leftunder_contact_complete {
	padding: 250px;
	}		

.mrg_leftunder_contact_mail {
	padding: 350px;
	}	

.mrg_leftunder_profile {
	padding: 400px;	
	}
		
.mrg_leftunder_company {
	padding: 200px;	
	}		

.mrg_leftunder_company_access {
	padding: 220px;	
	}	
	
.mrg_leftunder_contact_faq {
	padding: 550px;	
	}
	
.mrg_leftunder_contact_flow {
	padding: 300px;	
	}	.must {
	color: #F00;
}

