@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

* {
	margin:0px;
	padding:0px;
}

html ,body{
	margin:0;
	padding:0;

	font-size:10.5pt;
	line-height:1.2em;
	letter-spacing:0.2pt;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

	/*
	font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	*/

	/*
	font-size:12pt;
	line-height: 140%;
	*/
	/*
	font-family:"メイリオ","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",YuGothic,Meiryo, sans-serif;
	*/
}

select{
	margin: 2em auto;
	
	font-size:10.5pt;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	
	/*
	font-size:12pt;
	font-family:"メイリオ","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",YuGothic,Meiryo, sans-serif;
	*/

}




button:hover{

	cursor: pointer;

}


#container{
	width:900px;
	margin: 0 auto;
}

#contents{

	width:880px;

	margin:10px auto;
	background-color:white;
	font-size:13pt;
}

#menu{
	width:250px;
	float : left;
	margin-top:20px;
	margin-left:5px;
	margin-bottom:20px;
}

#menu_header #menu_header_title{

	font-family: 'Archivo Narrow', sans-serif;
	font-size:48pt;
	color:white;
	font-weight: normal;
	position:absolute;

	left:20px;
	top:23px;

}


#menu_header a:link {
	font-weight:normal; 
	color:white;
	text-decoration:none;
}

#menu_header a:visited {
	font-weight:normal; 
	color:white;
	text-decoration:none;
}

#menu_header a:hover {
	font-weight:normal; 
	color:white;
	text-decoration:none;
}

#menu_header a:active {
	font-weight:normal; 
	color:white;
	text-decoration:none;
}

#menu_header #menu_header_sub_title{

	font-size:14pt;
	color:white;

	position:absolute;

	left:20px;
	top:8px;

}


#menu_header #menu_header_title{

	/*
	font-family: 'Archivo Narrow', sans-serif;
	*/

	font-family: 'Ubuntu', sans-serif;

	font-size:30pt;
	line-height:1.5em;
	letter-spacing:0.5pt;

	color:white;

	position:absolute;

	left:20px;
	top:12px;

}

#menu_header #menu_header_sub_title{
	font-size:10pt;
	line-height:1.5em;
	letter-spacing:0.5pt;
	color:white;
	position:absolute;
	left:20px;
	top:6px;
}

#menu_header_bg{

	position:absolute;
	left:0px;
	top:3px;

	width:100%;
	height:65px;

	background:navy;

}

div#header{
	position:relative;

	width:100%;
	height:150px;

}

div#footer{
	clear: both;
	width:100%;
	background-color:#c0c0c0;
	font-size:10pt;
	color:white;
	text-align:center;

	padding-top:10px;
	padding-bottom:50px;
}

div#footer a:link {/*未訪問のリンク*/
    color:white;
    text-decoration:none;
    font-weight:bold;
}

div#footer a:visited {/*訪問後のリンク*/
    color:white;
    text-decoration:none;
    font-weight:bold;
}

div#footer a:hover {/*マウスをのせたとき*/
    color:white;
    text-decoration:none;
    font-weight:bold;
}

div#footer a:active {/*クリック中*/
    color:white;
    text-decoration:none;
    font-weight:bold;
}
