@charset "utf-8";


body {
background-image: url(../images/bgimg.jpg);
background-repeat:repeat-x;
 text-align: center;
 background-color:#DCEDC7
}

/* container */
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	background-color: #fff;
	position: relative;
	border-top: solid 5px #336600;
}

/* header */
div#header {
	clear: both;
	position:relative;
	border-bottom: solid 2px #336600;
}

div#header a {
	text-decoration: none;
}

/* pagetitle */
h1#pagetitle {
	color: #fff;
	position:absolute;
	left: 12px;
	top: 10px;
	font-size: 25px;
	z-index: 10;
	
}

/* pankuzu */
div#pankuzu {
	padding: 5px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #eee;
}

div#pankuzu a{
padding: 5px;
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
    border: 0 none;
    font-family:"メイリオ", Meiryo, Osaka, Verdana, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
	list-style-type:none;
	font-size:14px
}


/* mainarea */
div#mainarea {
	clear: both;
}

/* content */
div#content {
	float: left;
	width: 75%;
	background-color: #fff;
	line-height: 2.0;
}
div#content > div {
	padding: 10px;
}

/* side */
div#side {
	float: right;
	width: 25%;
}
div#side > div.padd {
	padding: 5px;
}

/* footer */
div#foot_menu {
	text-align: center;
	padding: 15px 0;
	background-color: #336600;
	color: #fff;
}
div#foot_menu a{color:#fff}
div#foot_menu a{
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



div#footer {
	clear: both;
}


/* 
 * 表現
 * 
 */

/* basic */
.clearboth {
  clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 0px;
	font-size: 1px;
}

#container #header img {
	position: relative;
	z-index: 1;
	max-height: 150px;
}
.mark {
	background-image: url(../images/ptn_list_bg_btm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0 10px 15px;
	margin: 0 0 15px 0;
}
#content h2 {
	border-bottom: solid 1px #336600;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	color: #336600;
	background-image: url(../images/maincolumn_h3_title.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 120%;
}
.f12 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #000;
	position: relative;
	top: 2px;
	left: 5px;
}
.maincontents {
	background-color: #ececec;
	border-bottom: solid 1px #666;
}
#content .borderright {
	border-right: solid 1px #ccc;
	padding-bottom:20px;
}

.firstlettear:first-letter {
    background-color: #336600;
    color: #fff;
    float: left;
    font-size: 200%;
    margin: 0 4px 0 0;
    padding: 10px;
}
#side .links a {
	background-image: url(../images/ya.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	padding: 0 0 0 12px;
	}
.cate {
	font-size: 12px;
	text-align: right;
	margin: 0 0 15px 0;
}
