@charset "UTF-8";

@import "../../common_css/layout.css";

/* CSS Document */
@charset "UTF-8";

/* ベース */


* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

body, table, th, td, caption, form, fieldset, input, textarea {
	font-size: 100%; /* サイト全体の基準となる。ここを変えれば全体が変わる */
	/* IE */
	line-height: 1.5;
	color: #555;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html>/**/body {
  font-size: 16px; /* Except IE */
}


th,td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,em,strong,th,caption {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.clear{
	clear:both;
}





/* clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	display: inline-block;
}

/* no ie mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* 左 */

.contents_left {
	height: 100%;
	width: 162px;
	float: left;
}

.contents_left_box {
	height: auto;
	width: 160px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.contents_left_ttl {
	margin-right: 0;
	margin-left: 0;
}
.contents_left_ttl2 {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}


.contents_left_ttl {
	margin-right: 0;
	margin-left: 0;
}

/* 中 */

.naka_main {
	width: 778px;
	height: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.ttl {
	text-align: left;
	margin-bottom: 20px;
	
}
.ttl2 {
	text-align: left;
	margin-top: 10px;
	width: auto;
	margin-left: 5px;
	
}
.naiyou {
	font-size: 10pt;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	}
	
.naiyou2 {
	font-size: 10pt;
	text-align: left;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 5px;
	}

.naiyou2a {
	font-size: 9pt;
	text-align: left;
	float: left;
	width: 280px;
	margin-top: 5px;
	font-weight: bold;
	color: #0C3F90;
	padding-left: 3px;
	border: 1px dotted #0C3F90;
	}
	
.naiyou2b {
	font-size: 10pt;
	text-align: left;
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-left: 5px;
	}
		
	


.naiyou3 {
	font-size: 10pt;
	text-align: left;
	width: 580px;
	margin-top: 10px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	}
.naiyou3a {
	font-size: 10pt;
	text-align: left;
	width: 560px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
		
.naiyou4 {
	font-size: 9pt;
	text-align: left;
	margin-top: 10px;
	width: 580px;
	
	}	
	
.ph_right{
	margin-top: 10px;
	margin-left: 315px;
	height: auto;
	width: auto;
}
