/* Browser-Css Reset
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* Basic-Design Structure
---------------------------------------------------- */
body {
	color: #333333;
	background-color: #ffffcc;
	text-align: center; /* IE 向けセンタリング指定 */
}

h2 {
	color: #ff6600;
	font-size: 1.2em;
	border-left: 12px solid #3333CC;
	padding-left: 5px;
	margin-top: 10px;
}

h3 {
	background-image: url("img/h3_bg.jpg");
	border: 3px double #ff9900;
	color: #ffffff;
	font-size: 1em;
	padding-left: 4px;
	margin: 0.5em 0px;
	clear: both;
}

p {
	color: #333333;
	font-size: 0.9em;
}


/* Block
---------------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto; /* IE 向けセンタリング指定 */
	text-align: left; /* 左揃えに戻す */
	background: #ffffff url("img/side_sbk.jpg") repeat-y;
	border: solid 1px #cccccc;
}

#twocol {
	width: 580px;
	float: left;
background: #443333;
}


/* Link
---------------------------------------------------- */
a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Images Structure
---------------------------------------------------- */
p img {
	float: left;
	margin-right: 5px;
	border: solid 1px #666666;
}


/* Hedder Structure
---------------------------------------------------- */
#header {
	width: 100%;
	height: 76px;
	background: url("img/header.jpg") no-repeat;
}

h1 {
	font-size: 0.5em;
	color: #ffffff;
}


/* Navigation Structure
---------------------------------------------------- */
#nav {
	height: 45px;
	background: url("img/navbk.jpg") no-repeat;
}

#nav li {
	background: url("img/navbt.gif") no-repeat;
	padding-left: 30px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

#nav li a:hover {
	background: url("img/navbt_on.gif") no-repeat;
	font-size: 0.7em;
	color: #ffff00;
	font-weight: bold;
}


/* Menu Structure
---------------------------------------------------- */
#menu {
	width: 120px;
	float: left;
	padding-left: 10px;
background: #33ff55;
}

#menu h2 {
	font-size: 1.2em;
}

#menu h2 a {
	color: #d93e02;
}

#menu ul {
	font-size: 0.7em;
	padding-left: 15px;
}


/* Main Structure
---------------------------------------------------- */
#main {
	width: 420px;
	float: right;
	padding: 10px;
background: #33cccc;
}

p.rtxt {
	text-align: right;
	font-size: 0.8em;
}


/* Side Contents Structure
---------------------------------------------------- */
#side {
	width: 180px;
	float: right;
	padding: 235px 5px 0 5px;
	background: url("img/side.jpg") top center no-repeat #ff9999;
}

form {
	font-size: 0.9em;
}

.bnnr {
	font-size: 0.7em;
	margin-top: 12px;
}

.bnnr img {
	float: left;
	margin-right: 3px;
}


/* Etc Parts Structure
---------------------------------------------------- */
#path {
	text-align: right;
}


/* Footer Structure
---------------------------------------------------- */
address {
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
