@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center;
	margin: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
	color: #333;
	line-height: 1.5em;
}
fieldset {
	border: none;
}
dl, ul, ol, blockquote, table, caption, td, th, address {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
input {
	vertical-align: middle;
}
img {
	border: 0;
}
a:link {
}
a:visited {
}
a:hover, a:active {
	text-decoration: underline;
}
table {
	border: 0;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.txtmode1 {
	ime-mode: active;   /* 全角モード */
}
.txtmode2 {
	ime-mode: inactive; /* 半角モード */
}
.round img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.square img {
	padding: 5px;
	border: 1px solid #CFCFCF;
}
.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right {
	float: right;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.plist {
	padding-top: 12px;
	height: 30px;
}
.plist li {
	float: left;
	padding-bottom: 0.5em;
	font-size: 11px;
	padding-right: 10px;
}
.plist li a {
	margin-right: 4px;
	background-image: url(../image/tpp_icn.gif);
	background-repeat: no-repeat;
	background-position:right center;
	padding-right: 20px;
}
.pointer {
	cursor: pointer; /* カーソルオーバー */
}
a .hover_img{
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
a:hover .hover_img{
    opacity: 0.7;/*要素の透明度を指定*/
    filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
/* ---basic--- */

.pagetop {
	clear: both;
	padding-left:80%;
}
.pagetop a {
	text-decoration:none;
	text-align: center;
	background-color:#eff7fd;
	padding-top:10px;
	width:150px;
	height:30px;
	display:block;
	color:#015db2;
}
.pagetop a:hover {
	background-color: #DAEEFD;
}
/*------*/

.stage {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}
header {
	height: 120px;
	border-top: solid 3px #73ace3;
}
header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
.headtel {
	margin-top:20px;
	float:right;
}
.headlogo {
	float:left;
}
.headcont {
	margin-top:20px;	
	float:right;
}
#gnavi {
	background-color:#015db2;
}
#gnavi nav {
	width: 1002px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-right:1px solid #FFFFFF;	
}
#contents {
	
}
#cont_left {
	float:left;
	width:740px;
	text-align: left;
}
#cont_right {
	float:right;
	width:250px;
}
.sidebanner {
	padding-top:10px;
	margin-bottom:10px;
}
.sidebanner img {
	padding-bottom:5px;
}
#sidemenu {
	text-align:left;
}
#sidemenu section {
	border: 1px solid #dddddd;
	margin-bottom:20px;
} 
#sidemenu section ul {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;
	
}
#sidemenu section li {
}
#sidemenu section li a {
	background-image:url(../img/ar_sidemenu.png);
	background-position:left center;
	background-repeat:no-repeat;		
	border-bottom: 1px dotted #CFCFCF;
	padding-left:25px;
	padding-top:14px;
	padding-bottom:14px;
	display:block;
	width:193px;
	color:#3C3C3C;
	text-decoration:none;
}
#sidemenu section li a:hover {	
	background-color:#F4F4F4;
	color:#0064AC;	
}
.menubox {
	width:184px;
	height:34px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding-left:64px;
	padding-top:16px;
}
.loginbox {
	width:233px;
	height:25px;
	font-size:14px;
	padding-left:15px;
	padding-top:6px;
	background-color:#D8D8D8;
}
#sidemenu section form {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:12px;
	margin-top:10px;
}
.title1 {
	background-image:url(../img/menutitle1.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.title2 {
	background-image:url(../img/menutitle2.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.title3 {
	background-image:url(../img/menutitle3.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.title4 {
	background-image:url(../img/menutitle4.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.title5 {
	background-image:url(../img/menutitle5.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.bt_menu {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}
footer {
	
}
#footarea1 {
	background-color:#eff7fd;
	padding-top:15px;
	padding-bottom:15px;
}
#footarea1 .stage {
	text-align:left;
}
.f1_left {
	float:left;
	border-right: 1px solid #AAAAAA;
}
.f1_left h3 {
	font-size:14px;
	color:#555555;
}
.f1_left p {
	color:#555555;
	margin-bottom:12px;
	font-size:12px;
}
.f1_right {
	float:right;
	width:700px;
	padding-bottom: 15px;
}
.f1_right dl {
	float:left;
	margin-left:40px;
	margin-right:35px;
	
}
.f1_right dt {
	font-size:12px;
	font-weight:bold;
	padding-top:30px;
	color:#015db2;
}
.f1_right dd {
	font-size:11px;
	margin-left:0px;
	padding-top:4px;
	color:#555555;
}
.f1_right dd a {
	text-decoration:none;
	color:#555555;
}
.f1_right dd a:hover {
	text-decoration:underline;
}

#footarea2 {
	background-color:#015db2;
	height:90px;
}
#footarea2 .stage {
	text-align:center;
	color:#FFFFFF;
}
.f2navi {
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.f2navi a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.f2navi a:hover {
	text-decoration:underline;
}
.f2navi span {
	padding-left:10px;
	padding-right:10px;
	
}
address {
	font-style: normal;	
	padding-top:10px;
}
/*------*/
#top {
	border-bottom:1px solid #015db2;
	margin-bottom:10px;
}
/*------*/
#subtop {
	background-color:#f7f7f7;
}

/* ----------- */
