/*! common.css | ページの基本デザイン用css */

/* 全体の設定
   ========================================================================== */
html {
	height:100%;
	width: 100%;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", osaka, sans-serif;
	line-height: 150%;
}

a:link,a:hover,a:active,a:visited {
	text-decoration: none;
}

#wrapper {
	width: 100%;
}

/* ヘッダー
   ========================================================================== */
#header{
	width: 100%;
	background: url("../img/mainttl-base.gif") repeat-x;
}

.site-logo {
	width: 800px;
	margin: 0 auto;
}

.site-logo h1 {
	margin: 0;
}

/* コンテンツ【全体】
   ========================================================================== */
#contents {
	width: 800px;
	height: 100%;
	margin: 0em auto;
}

#contents:after {
	content: "";
	clear: both;
	display: block;
}

#contents ul {
	padding: 0;
}

/* コンテンツ【メイン】
   ========================================================================== */
#main {
	float: left;
	width: 582px;
}

#main h2{
	width: 100%;
	margin: 0;
	padding: 0;
}

#main h3 {
	margin: 0;
}

#main > .section {
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0em 0em 0.4em;
	border: 1px solid #cccccc;
}

#main > .section > .section {
	width: 530px;
	margin: 0.2em 12px;
}

#main > .aside {
	width: 100%;
	margin: 0 0 2em;
	padding: 0.2em 0em 1em;
	border: 1px solid #cccccc;
}

.topic01 {
	background-color:#e0eed5;
}

.topic01 > h2 {
	background: url("../img/bg-topic01.gif") #ffffff repeat-y top left;
}

.topic01 ul {
	margin: 0;
}

.topic01 li {
	margin: 0.2em 0;
	padding: 0.1em;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	list-style:none inside  url("../img/btn-yellow.gif") ;
}

.topic02 {
	background-color: #dceff4;
}

.topic02 > h2 {
	background: url("../img/bg-topic02.gif") #ffffff repeat-y top left;
}

.topic02 h3 {
	padding: 0.6em 0.8em 0.4em;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.2em;
}

.topic02 h3 img{
	padding-right: 0.2em;
	vertical-align: middle;
}

.topic02 ul {
	margin: 0;
	background: url("../img/img-kango.gif") #ffffff no-repeat right bottom;
	border-bottom: 1px solid #cccccc;
}

.topic02 li {
	height: 23px;
	margin: 0 12px;
	padding: 0.4em 0.1em 0.2em 0.8em;
	background: url("../img/bace-lineup.gif") left center no-repeat;
	list-style-type: none;
	list-style-position: inside;
	line-height: 23px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	overflow: hidden;  
	white-space: nowrap;  
	text-overflow: ellipsis;
}

.button img {
	margin: 0;
	padding: 0 0.8em;
}

.topic03 {
	background-color: #ffffcc;
}

.topic03 ul {
	width: 575px;
	margin: 0 auto;
	padding: 0;
}

.topic03 ul:after {
	content: "";
	clear: both;
	display: block;
}

.topic03 li {
	margin: 0.2em 3px;
	list-style-type: none;
	float: left;
}

/* コンテンツ【サブ】
   ========================================================================== */
#sub {
	float:right;
	width:190px;
	padding: 0.2em;
	background:url("../img/bg-side.gif") repeat;
	border: 1px solid #339933;
	text-align: center;
}


#sub ul {
	margin: 0;
	padding: 0;
}

#sub li{
	margin: 0.4em 0;
	list-style-type: none;
}

/* フッター
   ========================================================================== */
#footer {
	width: 100%;
	margin: 0.8em 0 0;
	padding: 0.4em 0;
	background: url("../img/bg-footer.gif") repeat;
	color: #666666;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* コピーライト	----------------------*/
#copyright{
	clear: both;
	width:100%;
	font-size: 95%;
	letter-spacing: 0.1em;
	text-align: center;
}
