@CHARSET "UTF-8";
/*
識別
*/
a,
a:HOVER {
	color: #880000;
}
a {
	text-decoration: none;
	}
a:HOVER {
	text-decoration: underline;
	}

a img{
	border:none;
}

body {
    text-align: center; /*  For IE6 centering */
    background-color: #fff;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.5;
	font-size: 13px;
    margin: 0px;
}

h1 {
	margin: 0px;
	}

h2, h3, h4, h5 {
	color: #444;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #D0D0D0;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1.0em;
	}

hr {
	color: #E6DAE0;
	border-style: dashed none none none;
	border-width: 1px 0 0 0;
	height: 1px;
}

.center {
	text-align: center;
	}

.clear-both {
    clear: both;
}

.container {
    text-align: left;
    width: 900px;
    border-width:0px;
    border-style: solid;
    border-color: #000;
    margin: 0 auto;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
}



.footer {
    text-align: center;
    font-size: 0.7em;
    color: #808080;
    
    padding-top: 1em;
    padding-bottom: 0.5em;
    border-style: dashed none none none;
    border-color: #999;
    border-width: 1px 0px 0px;
    
    clear: both;
}

.header {
	text-align: center;
	background-color: #000000;
}

.indent {
	padding-left: 0.5em;2
	}

.layout1 .pane1,
.layout1 .pane2
{
    width: 50%;
    float:left;
    margin: 0px;
}

.layout2 .pane1
{
    width: 75%;
    float:left;
    margin: 0px;
}

.layout2 .pane2
{
    width: 25%;
    float:left;
    margin: 0px;
}

.layout2 .pane2-cont
{
	border-left: 1px #E6DAE0 dashed;
}

.left {
	text-align: left;
	}

.note {
    font-size: 0.8em;
    color: #606060;
}

.pane1-cont {
	padding-right: 1em;
	}

.pane2-cont {
	padding-left: 1em;
	}


.red {
	color: red;
}

.right {
	text-align: right;
	}

.sideMenu h3 {
	font-size: 1.2em;
}

.sideMenu h4 {
	font-size: 1em;
}

.sideMenu li {
	list-style: none;
	}

.sideMenu ul {
	padding-left: 1em;
	margin-left: 0em;
	}
