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

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

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

* {
margin:0;
padding:0;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-y;

}

#container {
	text-align: center;
	margin: 0px auto 30px;
	padding-left: 15px;
	padding-right: 15px;
}



a {
	color:#333;
        text-decoration: none;

}

a:hover {
	color:#000;

}

img {
	border:none;
}

p {
	margin-bottom: 15px;
	margin-top: 0px;

}

h1 {
	font-size: 129%;
	line-height: 1.5em;
	font-weight: bold;	
	padding: 5px;
        margin:10px auto 10px;


}



h2 {

	font-size:114%;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {

	font-size:100%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
        width: 90%;
}




hr {



}
hr {
	margin: 0px auto 10px;
        width: 80%;
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */

height: 1px; /* 高さ */
}

.right {
	margin: 8px 0px 10px;
	text-align: right;
}


.message {
	margin: 10px auto 10px;
        width: 75%;
	text-align: left;
}




#footer {
	clear: both;
	margin: 0px auto 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color:rgba(0,0,0,0.1);

}
#footer2 {
	clear: both;
	margin: 0px auto 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color:rgba(255,255,255,0.1);

}

/* menu */


#footerMenu {
text-align:center;
padding-top:3px;

}
#footerMenu ul {
display:inline;
border-left:1px solid #666;

}
#footerMenu li {
display:inline;
padding-left:6px;
padding-right:6px;
border-right:1px solid #666;
font-size:92%;
}

#footerMenu2 {
text-align:center;
padding-top:3px;


}
#footerMenu2 ul {
display:inline;
border-left:1px solid #eee;

}
#footerMenu2 li {
display:inline;
padding-left:6px;
padding-right:6px;
border-right:1px solid #eee;
font-size:92%;
}
#footerMenu2 li a {
color:#eee;
}

#footerMenu2 li a:hover {
color:#666;
}





#copy {
	font-size:77%;
	clear: both;
	margin: 0px auto 0px;
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0px 0px 0px;


}

/*table
----------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto;
}

/*clearfix
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
　　display:block;
}
