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

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }


a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




h1 {
	font-size: 1em;
}

h2 {
}

h3 {
}

h4 {
}

img {
	vertical-align: bottom;
	border: 0px;

}


/*ページ構成*/
html,body {
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #5A2603;
}


#system_main {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

	

#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 1100px;
}
#side {
	width: 27%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 30px;
}
#mainnav {
	width: 100%;
}
#mainnav ul {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#mainnav ul li {
	width: 100%;
	list-style-type: none;
	margin-bottom: 4px;
	text-align: center;
}
#mainnav ul li span {
	font-size: 0.8em;
}
#mainnav ul li a {
	list-style-type: none;
	display: block;
	padding: 10px;
	background-color: #E8EBF3;
	color: #041C52;
}
#mainnav ul li a:hover {
	list-style-type: none;
	display: block;
	background-color: #3274D3;
	color: #FFFFFF;
}


#subnav {
	width: 100%;
	margin-bottom: 20px;
}
#subnav ul {
	margin-right: auto;
	margin-left: auto;
}
#subnav ul li {
	list-style-type: none;
	margin-bottom: 4px;
	text-align: left;
	background-image: url(img/list1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;

}
#subnav ul li span {
	font-size: 0.8em;
}
#subnav ul li a {
	list-style-type: none;
	display: block;
	color: #041C52;
	border-bottom: 1px solid #C4C4C4;
}
#subnav ul li a:hover {
	color: #8E3878;
	border-bottom: 1px solid #8E3878;
}



	
main {
	display: block;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	float: right;
}


header {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


footer {
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E8EBF3;
}


#en a {
	list-style-type: none;
	display: block;
	padding: 10px;
	background-color: #5AB6FF;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
#en a:hover {
	list-style-type: none;
	display: block;
	background-color: #144FA3;
	color: #FFFFFF;
}
#enshop a {
	list-style-type: none;
	display: block;
	padding: 10px;
	background-color: #5AB6FF;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
}
#enshop a:hover {
	list-style-type: none;
	display: block;
	background-color: #144FA3;
	color: #FFFFFF;
}
.toptxt1 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	color: #644041;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #536686;
}
.toptxt2 {
	text-align: center;
	font-weight: bold;
}








@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	
	}
	
