/* CSS Document */

body {
	background-color: #01234C;
	margin: 0;
}

h1, h2, h3, h4, h5. h6 {
	margin-top: 0;
	margin-bottom: 0;
}
strong {
	color: #FF0033;
}
a, a:link, a:visited, a:active {
	color: #1E4E88;
	text-decoration: none;
}
a:hover {
	color: #1E4E88;
	text-decoration: underline;
}
h3.topicTitle  {
	font-size: 1.2em;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5184C4;
	border-left-color: #5184C4;
	text-indent: 5px;
	background-color: #001732;
	padding: 2px;
}
h3.topicTitle a, h3.topicTitle a:visited, h3.topicTitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
h3,topicTitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h4.topicTitle {
	color: #001732;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001732;
	border-right-color: #001732;
	border-bottom-color: #001732;
	border-left-color: #001732;
	padding-left: 5px;
	font-size: 1.0em;
}
td {
	color: #333333;
	background-color: #DCDCDC;
}
td.col1 {
	color: #FFFFFF;
	background-color: #001732;
	text-align: center;
}
.small {
	font-size: 0.6em;
}


#wrap {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
	width: 800px;
	margin: auto;
}

#header {
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-color: #A4D7F4;
	border-bottom-style: solid;
}
#header h1 a {
	background-image: url(images/am09logo.jpg);
	background-repeat: no-repeat;
	height: 98px;
	display: block;
	text-indent: 0px;
}
#header span {
	display: none;
}

#header p {
	padding-left: 20px;
}

#glNavi {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #001732;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #001732;
}
#glNavi a, #glNavi a:link, #glNavi a:visited, #glNavi a:active{
	color: #666666;
	text-decoration: none;
}
#glNavi a:hover {
	color: #333333;
	text-decoration: underline;
}

#pgName {
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #A4D7F4;
	padding-right: 10px;
	padding-left: 10px;
}
#pgName p {
	padding-left: 20px;
}

#contents {
	background-color: #FFFFFF;
	height: auto;
}
#subNaviWrap {
	color: #FFFFFF;
	background-color: #001732;
	float: left;
	width: 180px;
	min-height: 400px;
}
#subNavi {
	padding: 10px;
	width: 160px;
}
#subNavi h3 {
	width: auto;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px;
	text-indent: 5px;
}
#subNavi li {
	list-style-type: lower-roman;
}

#subNavi a, #subNavi a:link, #subNavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	width: 112px;
}
#subNavi a:hover {
	text-decoration: underline;
	color: #5184C4;
	width: 112px;
	display: block;
}



/* home 固有の値*/

#homeMainContents {
	float: left;
	width: 400px;
	padding: 10px;
}
#banner {
	float: right;
	width: 180px;
	padding: 10px;
}

#banner li {
	list-style-type: circle;
}


/* home固有の値 ここまで*/

/* home以外のページの値 */
#otherMainContents {
	float: left;
	width: 600px;
	min-height: 300px;
	padding: 10px;
}
#otherMainContents p {
	text-indent: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
/* home以外のページの値 ここまで*/

#footer {
	clear: both;
	text-align: center;
	background-color: #A4D7F4;
	font-size: 0.8em;
}
