@charset "Shift_JIS";

/*===================================================================
 Created:	2009-03-19
 Last update:	2012-11-09
 Style Info:	ベースデザイン・フォントサイズなど共通項目記述

 1...base_style
 2...container-contents_Styles
 3...header_Styles
 4...font_Styles
===================================================================*/

/*----------------------------------------
 1...base_style
----------------------------------------*/

body {
	text-align:center;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3",Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",Meiryo,sans-serif;
	background: #FFFFFF;
	margin:0 auto;
	line-height: 1.5;
	font-size:100%;
	}
a {
	color: #0000FF;
	text-decoration: underline;
	}
a:hover {
	color:#ff0000;
	text-decoration: none;
	}
a img {
	border: none;
	}
p {
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	}	
h1,h2,h3 {
	margin: 0;
	padding: 0;
	}
	
/*----------------------------------------
 2...container-contents_Styles
----------------------------------------*/

div#container {
	width: 750px;
	height: auto;
	margin: auto;
	}
div#contents {
	width: 510px;
	height: auto;
	margin: 25px auto;
	float:right;
	text-align:left;
	}
div#menu {
	width: 200px;
	height: auto;
	margin: 25px auto;
	float:left;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
/*---coporate---*/
.coporate {
	width:500px;
	}
.coporate-left {
	float:left;
	text-align:left;
	width:120px;
	margin:15px 10px 0 0;
	}
.coporate-right {
	float:right;
	text-align:left;
	width:370px;
	margin:15px 0 0 0;
	}

/*---history---*/
.chistory {
	width:500px;
	}
.history-left {
	float:left;
	text-align:left;
	width:120px;
	margin:15px 10px 0 0;
	padding-top:5px;
	border-top: 1px dotted #CCCCCC;
	}
.history-right {
	float:right;
	text-align:left;
	width:370px;
	margin:15px 0 0 0;
	padding-top:5px;
	border-top: 1px dotted #CCCCCC;
	}
	
/*----------------------------------------
 3...header_Styles
----------------------------------------*/

div#header {
	width:750px;
	height: auto;
	margin: 10px auto;
	float:left;
	}
div#header .logo {
	float:left;
	width:110px;
	}
div#header .btn {
	float:right;
	width:372px;
	margin-top:15px;
	}
div#header .mgR10 {
	margin-right:10px;
	}

/*----------------------------------------
 5...font_Styles
----------------------------------------*/

.font-base {
	font-size:80%;
	line-height:150%;
	}
.font-small {
	font-size:70%;
	line-height:140%;
	}
.font-003366 {
	color:#003366;
	}
.font-ff0000 {
	color:#ff0000;
	}
.font-260 {
	font-size:80%;
	line-height:260%;
	}