@charset "Shift_JIS";
/* CSS Document */

/* Font *******************************************************/
 
body {
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #333333;
	line-height :1.5;
}

input, textarea, select, option, label {
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

p,td,th,dt,dd,ul,ol,li{
	line-height:1.5;
}


/* Link *******************************************************/

/*a:link,
a:visited{
color:#da1121;
text-decoration:none;
}

a:active,
a:hover{
color:#f99d49;
text-decoration:underline;
}*/


/* ClearFix **************************************************/

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* Layout ***************************************************/

body {
	background-repeat: repeat;
}

#bg {
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	width: 910px;
	margin: 0 auto;	
}


/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 60px;
	padding: 0 25px 10px 25px;
}

h1#logo, p#logo {
	float: left;
	padding-top: 12px;
}

#unavi {
	width: 410px;
	float: right;
	padding-top: 18px;
}

#unavi ul {
	padding-top: 6px;
	float: left;
}

#unavi li {
	float: left;
	padding-right: 19px;
	font-size: 0px;
	line-height: 0px;
}

#head_search {
	float: right;
	width: 160px;
}

#head_search p#search_box {
	float: left;
	width: 125px;
}

#head_search #keyword {
	width: 125px;
	padding: 2px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#head_search p#search_btn {
	float: right;
}

#head_search #search {
	padding-top: 1px;
}

ul#gnavi {
	clear: both;
	padding: 0 0 11px 4px;
}

ul#gnavi li {
	float: left;
}

#tp01 ul#gnavi {
	clear: both;
	padding: 0 0 10px 2px;
}


/*------------------------------------------------------------
	Contents
------------------------------------------------------------*/
#contents {
	clear: both;
	margin-bottom: 12px;
}

#pagettl {
	height: 98px;
	margin-bottom: 8px;
	padding: 12px 18px 0 23px;
}

ul#breadcrumbs {
	padding-bottom: 22px;
}

ul#breadcrumbs li {
	float: left;
	padding-right: 5px;
	font-size: 85%;
}

ul#breadcrumbs li a:link, ul#breadcrumbs li a:visited {
	color: #da1121;
}

ul#breadcrumbs li a:active, ul#breadcrumbs li a:hover {
	color: #f99d49;
}

#pagettl h1 {
	clear: both;
}

p.pagetop {
	clear: both;
	text-align: right;
	padding-right: 5px;
}

p.pagetop2 {
	clear: both;
	text-align: right;
	padding:0 0 10px 0;
}

/* Main -------------------------------------------------*/

#main {
	float: right;
	width: 680px;
}

.cts_box {
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	zoom:1; /* IE 印刷バグ対策 */
}

.cts_head {
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}

.cts_foot {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	clear: both;
}

.cts_inner {
	margin: 0 20px;
}

.cts_box h2 {
	margin-bottom: 20px;
}

.cts_box .cts_ttl {
	color: #330000;
	font-size: 136%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin: 0 6px 20px 6px;
	padding: 0 0 7px 14px;
}

.cts_box h3 {
	margin-bottom: 20px;
}

.cts_box .cts_sttl {
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	clear: both;
	color: #330000;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 13px 10px 0 10px;
	font-size: 122%;
}


/* Side -------------------------------------------------*/

#side {
	float: left;
	width: 200px;
	padding: 4px 0 0 4px;
}

#side div{
	width:100%;
}

ul#side_navi {
	width:100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding: 0 23px;
	margin-bottom: 7px;
}

#footer ul {
	float: left;
	padding-top: 14px;
}

#footer li {
	float: left;
	padding-right: 20px;
	font-size: 0px;
	line-height: 0px;
}

#footer dl {
	float: right;
	padding-top: 13px;
}

#footer dt {
	float: left;
	font-size: 0px;
	line-height: 0px;
	padding: 1px 4px 0 0;
}

#footer dd {
	float: left;
	font-size: 0px;
	line-height: 0px;
}

address {
	clear: both;
	text-align: right;
	padding: 0 7px 10px 0;
}

