@charset "utf-8";

/* ------------------------------
	CSSテンプレート
------------------------------ */

*
{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

body
{
	text-align : center;
	color : #000000;
	font-size : 80%;
	font-family : Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing : 1px;
	line-height : 200%;
}

a
{
	color : #003366;
	text-decoration : none;
	padding : 0px 0px 1px 0px;
	border-bottom : 1px solid #003366;
}

a:hover
{
	border-bottom : none;
}

strong
{
	color : #003366;
	font-weight : lighter;
	text-decoration : none;
	padding : 0px 0px 1px 0px;
	border-bottom : 1px dotted #003366;
}

/* ------------------------------
	Container
------------------------------ */

div#Container
{
	text-align : left;
	width : 500px;
	margin : 0px auto 0px auto;
	padding : 50px 0px 50px 0px;
}

/* ------------------------------
	Container > Header
------------------------------ */

div#Header
{
	-moz-border-radius-topright : 5px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-top-left-radius : 5px;
	margin : 0px 0px 1px 0px;
	padding : 50px 50px 10px 50px;
	background : #DDDDDD;
}

div#Header h1
{
	font-size : 1.20em;
	font-weight : bold;
	border-bottom : #000066 10px solid;
}

div#Header h1 a
{
	color : #000000;

}

div#Header p
{
	margin : 20px 0px 0px 0px;
}



/* ------------------------------
	Container > Content
------------------------------ */

div#Content
{
	border-bottom : 1px solid #FFFFFF;
	background : #DDDDDD;
}

div#Content h2
{
	font-size : 100%;
	font-weight : bold;
	margin : 0px 20px 5px 20px;
	padding : 20px 0px 5px 0px;
	border-bottom : 1px solid #000000;
}

div#Content p
{
	text-indent : 1em;
	margin : 0px 20px 20px 20px;
}

div#Content div.section
{
	padding : 0px 20px 10px 20px;
}

div#Content div.section h3
{
	font-size : 100%;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	padding : 5px 0px 5px 20px;
	border-left : 10px solid #003366;
}

div#Content div.section p
{
	margin : 0px 0px 10px 0px;
}

div#Content div.section ul
{
	list-style-type : square;
	margin : 0px 0px 10px 30px;
}

div#Content div.section ol
{
	margin : 0px 0px 10px 30px;
}

/* ------------------------------
	Container > Footer
------------------------------ */

div#Footer
{
	-moz-border-radius-bottomright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-right-radius : 5px;
	-webkit-border-bottom-left-radius : 5px;
	color : #FFFFFF;
	text-align : center;
	padding : 10px 0px 10px 0px;
	background : #000000;
}

div#Footer ul
{
	list-style-type : none;
}

div#Footer li
{
	display : inline;
}

div#Footer li:after
{
	Content : "|";
	margin : 0px 0px 0px 0.5em;
}

div#Footer li.last:after
{
	Content : "";
	margin : 0px 0px 0px 0px;
}

div#Footer p
{
	padding : 5px 0px 0px 0px;
}

div#Footer a
{
	color : #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}

div#Footer a:hover
{
	border-bottom : none;
}
