@charset "Utf-8";

/*
--------------------------------------------------
共通
--------------------------------------------------
*/

*{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

body {
	background-color: #FFCC00;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
}

p {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul {
	list-style-type: none;
}

a:link {
	color: #FFCC00;
}

a:visited{
	color: #FFFF00;
}

a:hover{
	color: #FF9900;
}

/*
--------------------------------------------------
レイアウト
--------------------------------------------------
*/

#layout {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;

}

#header {
	height: auto;
	padding: 20px;
	text-align: center;
}

#globalmenu {
	height: 25px;
	background-color: #333333;
}

#contents {
	background-color: #666666;
	height: auto;
	width: 100%;
	float: left;
}

#footer {
	height: auto;
	clear: both;
	background-color: #333333;
}

/*
--------------------------------------------------
ヘッダー
--------------------------------------------------
*/

#header h1{
	font-size: 1.8em;
	line-height: 2em;
	text-decoration: none;
}

#header h2{
	font-size: 1.5em;
	line-height: 2em;
}

#header h3{
	font-size: 1.2em;
	line-height: 1.5em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/*
--------------------------------------------------
グローバルメニュー
--------------------------------------------------
*/

#globalmenu ul{
	height: 25px;
}
	
#globalmenu ul li {
	font-size: 12px;
	float: right;
	height: 15px;
	width: 110px;
	text-align: center;
	padding: 5px 0 5px 0;
}

/*
--------------------------------------------------
フッター
--------------------------------------------------
*/

#footer div {
	font-size: 13px;
	clear: both;
	color: #FFFFFF;
	line-height: 2em;
	padding:  0 5px 0 5px;
}

#footer a:link{
	color: #FFFFFF;
}

#footer a:visited{
	color: #cccccc;
}
#footer a:hover{
	color: #FFCC00;
}

#footer-copyright {
	text-align: center;
}
/*
--------------------------------------------------
コンテンツボックス
--------------------------------------------------
*/

#contents a:link {
	color: #000066;
}

#contents a:visited{
	color: #006699;
}

#contents a:hover{
	color: #FF3300;
}

.contentsbox{
	padding: 10px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 31%;
}

.contentsbox-top{
	height: 20px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

.contentsbox-top h2 {
	font-size: 16px;
}

.contentsbox-center{
	height: 200px;
	padding: 10px;
	background-color: #CCCCCC;
}

.contentsbox-center img{
	float: none;
}

.contentsbox-bottom{
	height: 20px;
	padding: 5px;
	background-color: #CCCCCC;
	text-align: center;
}

/*
--------------------------------------------------
END
--------------------------------------------------
*/
