@charset "utf-8";
/* CSS Document */


/*----------------共通部分----------------*/


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body_frame {
	padding: 0px;
	height: auto;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#header {
	padding: 0 0 30px;
	height: auto;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*----------------header----------------*/

#frame_main {
	display: block;
	height: 90px;
	width: 995px;
	margin: 0 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo {
	margin: 0px;
	padding: 0 0 0 15px;
	float: left;
	height: auto;
	width: auto;
}
#layouts-contents {
	margin: 0px;
	padding: 0 10px 0 0;
	float: right;
	height: 90px;
	width: 500px;
}
h1 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #A4A4A4;
	text-decoration: none;
	display: block;
	padding: 0px;
	height: 20px;
	width: 500px;
	margin: 0px;
	text-align: right;
}
#button {
	height: 70px;
	width: auto;
	font-size: 12px;
	line-height: 70px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	float: right;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 0px;
	font-style: normal;
}
#button a {
	text-decoration: none;
	color: #666;
}
#button a:hover {
	text-decoration: underline;
	color: #333333;
}

/*----------------mainimg----------------*/

#mainimg {
	padding: 0px;
	height: 410px;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
/*----------------main----------------*/

#wrapper {
	padding: 0px;
	height: auto;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
}

/*----------------right----------------*/

#right-column {
	margin: 0px;
	padding: 0 15px 0 0;
	float: right;
	height: auto;
	width: 675px;
}
h2 {
	padding: 0px;
	height: 50px;
	width: 690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #49B4F0;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 40px;
}
#center-section {
	height: auto;
	width: 675px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../images/h2_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail_1{
	display: block;
	margin: 0 15px 0 0;
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #49B4F0;
}
.thumbnail_2{
	display: block;
	margin: 0 0 0 15px;
	float: right;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #49B4F0;
}
#center-section p {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: auto;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*----------------left----------------*/
#left-column{
	width: 280px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#column-left{
	width: 280px;
	height: auto;
	margin: 0px;
	display: block;
	background-image: url(../images/content_shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#left_col {
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0 10px 25px;
	display: block;
	background-color: #49B4F0;
}
h3 {
	width: 260px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-color: #49B4F0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#left-column ul {
	width: 260px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
}
#left-column #sitemenu {
	width: 260px;
	height: 40px;
	margin: 0 0 5px 0;
	padding: 0px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#left-column #sitemenu a {
	color: #000;
	text-decoration: none;
	display: block;
}
#left-column #sitemenu a:hover {
	color: #333;
	text-decoration: none;
	background-image: url(../images/submenuhover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#left-column p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#left-column p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	background-color: #49B4F0;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	word-break: break-all;
	display: block;
	border-top: 1px dotted #CCC;
}
#left-column a{
	color: #FFF;
	text-decoration: none;
	}
#left-column a:hover{
	color: #CCC;
	text-decoration: underline;
}

/*----------------footer----------------*/

#footer {
	width: 1025px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background-color: #49B4F0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 150px;
	display: block;

	}
#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

/*----------------sub1----------------*/

#right-column #center-section ul{
	margin: 0px;
	padding: 0 15px 0 0;
	list-style: none;
}
#right-column #center-section #sitemenu {
	width: 660px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #8A8A8A;
	}
#right-column #center-section #sitemenu a {
	text-decoration: none;
	color: #000;
	display:block;
}
#right-column #center-section #sitemenu a:hover {
	text-decoration: underline;
	color: #747474;
}

/*----------------sub2----------------*/

#linkcontent{
	height: auto;
	width: auto;
	margin: 0 20px 0 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px dotted #8A8A8A;
}
#linkcontent a{
	text-decoration: none;
}
#linkcontent a:hover{
	text-decoration: underline;
}
#linkcontent #link_text{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	display: block;
	}

/*----------------form----------------*/

table {
	border-collapse: collapse;
	font-size: 14px;
	border: #606060 solid 1px;
}
td,tr {
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #F8F8F8;
	text-align: left;
	text-indent: 5px;
}
table div{
	margin: 0px;
	padding: 30px 0;
}
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}