@charset "utf-8";

/* default setup
---------------------------------------------------- */
* {
  margin: 0px; padding: 0px;
}
body {
	font-size: 75%;
	line-height: 150%;
	text-align:center;
	color: #333333;
}
#layout {
  width: 760px;
  text-align:left;
  margin:0px auto;
}
h2{
	font-size:100%;
	margin-bottom: 10px;
}
h3{
	font-size:100%;
	margin-bottom: 20px;
	clear: left;
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover {
	text-decoration:underline;
	color:#A62C1B;
}

/* header
---------------------------------------------------- */
#header {
	text-align:left;
	width:760px;
	margin:0px auto;
}

#header h1{
	font-size:80%;
	font-weight:normal;
	background: url(../img/tpl/header.gif) no-repeat;
	height: 22px;
	text-indent: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
}

/* pagebody
---------------------------------------------------- */
#pagebody {
	width: 760px;
	/*\*/
	height:1%;
	/**/
	margin:10px auto;
}

#mainimage{
	margin-bottom:20px;
	margin-top: 10px;
}
.commontext{
    padding-bottom:20px;
}


/* navigation
---------------------------------------------------- */
#navigation {
	height:34px;
}
#navigation ul {
	list-style: none;
	height:34px;
}
#navigation li{
	width:152px;
	height:30px;
	float:left;
}

/* title
---------------------------------------------------- */
#title {
	width: 760px;
	margin-top: 25px;
	height: 70px;
}

/* contents
---------------------------------------------------- */
#indexcontents {
	width: 760px;
}
#contents {
	width: 640px;
	margin-left: 60px;
}
.index-capleft {
	width: 370px;
	float: left;
	height: auto;
	margin-right: 20px;
}
.index-capright {
	float: left;
	width: 370px;
	height: auto;
}
.img-pleft {
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
}
.img-pright {
	margin-left: 5px;
	margin-bottom: 15px;
	float: right;
}
.font-l {
	font-size: 120%;
	font-weight: bold;
}



/* footer
---------------------------------------------------- */
#footer{
	width:760px;
	font-size:100%;
	height: 40px;
	clear: left;
	border-top: 1px solid #A62C1B;
	text-align: left;
	margin-top: 20px;
}

#footer-link {
	color: #A62C1B;
	margin-top: 10px;
	text-align: left;
}
#footer-link ul{
	list-style:none;
}
#footer-link li{
	border-right:1px solid #A62C1B;
	float: left;
	line-height: 100%;
}
#footer-link a {
	padding:0 10;
}
#footer-link a:link,
#footer-link a:visited {
	text-decoration:none;
	color:#A62C1B;
}
#footer-link a:hover{
	text-decoration:underline;
	color:#A62C1B;
}
#footer-link .top a {
	padding-left: 0px;
}
#footer-link .end {
	padding-left: 0px;
	border-right: none;
}
.copy {
	clear: left;
}

#textlink{
	font-size:xx-small;
	line-height:30px;
	text-align:center;
	background-color:#ccc;
}

#footer p{
	height:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#pup {
  display:block;
  width:74px;
  height:12px;
  float:right;
}

/* extended
---------------------------------------------------- */
.clear {
	clear: both;
}

