@charset "UTF-8";


container {
  width: 100%;
  background-color:#fff;
}

/* ヘッダー */
header {
  width:100%;
  height:181px;
  color:#005aff;
}

header h1 {
  margin:0 auto;
  font-size:13px;
  text-decoration:none;
  font-weight:100;
  padding:3px;
}


/*メニュー*/

#menu {
  width: 1088px;
}

#menu ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  float: left;
  font-size:15px;
  line-height:55px;
  text-align: center;
  list-style:none;
  background:url(../images/bo_03.gif);
  background-repeat:no-repeat;
  color:#fff;
  width: 181px;
  height: 55px;
}

#menu ul li a
{
  display: block;
  text-decoration: none;
  background:url(../images/bo_01.gif);
  color:#ccdaff;
}

#menu ul li a:hover {
	background:url(../images/bo_02.gif); 
	background-repeat:no-repeat;
	color:#fff;
    height: 55px;
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}




/*フォントサイズの変更*/
#textsizer-classnames
{
	margin-bottom: 6px;
}
	#textsizer-classnames p
	{
		display: inline;
		font-size:small;
		color:#AEBAE8;
	}
ul.textresizer
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
	ul.textresizer li
	{
		display: inline;
		margin: 0px;
		margin-right: 5px;
		padding: 0px;
	}

	ul.textresizer a
	{
	    padding: 2px 3px;
		font-weight: bold;
		text-decoration: none;
		background-color:#006cff;
		border: solid 1px #AEBAE8;
		/*↓以下、ボックスの角丸*/
        -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
     	border-radius: 3px;
		color:#fff;
	}

	ul.textresizer a:hover
	{
		background: #ff5400;
		border: solid 1px #cccccc;
		color:#ffffff;

	}

	ul.textresizer .small-text
	{
		font-size:12px;
	}

	ul.textresizer .medium-text
	{
		font-size: 14px;
	}

	ul.textresizer .large-text
	{
		font-size: 16px;
	}


	ul.textresizer a.textresizer-active
	{
		border: solid 1px #AEBAE8;
		background: #1d2088;
		color: #fff;
	}


	#contents.small-text
	{
		font-size: small;
	}

	#contents.medium-text
	{
		font-size:medium;
	}

	#contents.large-text
	{
		font-size: large;
	}


/*フッター*/
footer {
	width: 100%;
	margin:0 auto;
 background-image:url(../images/footer_back_1.gif);
  background-position:top;
  background-repeat:repeat-x;
	font-size:13px;
}

footer .com {
	padding:5px 10px 10px 10px;
	line-height:160%;
	clear:both;
	text-align:center;
	color:#666;
}
	
footer p:first-line {
	font-size:15px;
	color:#444;
}

footer .link {
	width:1000px;
    padding:30px 0px 30px 0px;
	color:#3E3F47;
	font-size:14px;
    margin:0 auto;
}

footer ul{
	  list-style-type: none;
	  margin-top:0px;
	  padding-top:0px;
	  font-size:13px;
}

footer ul li a{
	  background-image:url(../images/bo.gif);
	  background-position:left center;
	  background-repeat:no-repeat;
	  float: left;
	  display: block;
	  width:90px;
	  padding-left:20px;
	  margin:4px;
	  white-space:nowrap;
}

footer ul li a:hover{
	  background-image:url(../images/bo2.gif);
	  background-position:left center;
	  background-repeat:no-repeat;
}

footer A:link{ color:#2d36aa;
	 text-decoration:none }
	 
footer A:visited{ color:#2d36aa;
	 text-decoration:none; }
footer A:hover { color:#ff0000;
	 text-decoration:underline;}


/*copyright*/
footer .copyright {
	clear:both;
	width:100%;
	text-align:center;
	background-image:url(../images/footer_image.gif);
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	font-size:13px;
	padding-top:0px;
}
/* ページトップ */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	vertical-align:middle;
	padding-bottom:230px;
}

/* メニューに戻る */
#menu-top {
	position: fixed;
	bottom: 0px;
	right: 40px;
	vertical-align:middle;
	padding-bottom:230px;
}

/*リンク--下線を出す-----------------------*/
a.link:link,a.link:visited{
color:#fff;
text-decoration:none;
}

a.link:hover{
color:#FFFF00;
text-decoration:none;
}

@media (max-width: 1300px){
}
