﻿@charset "utf-8";

/* senken website 2011-12*/


/* @group  universal reset  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	color: #444444;

}

body {
	*font-size: small;
	*font: x-small;
	text-align: center;
}

p{
	text-align: left;
	line-height: 1.4;
	margin-bottom: 1.2em;
	font-size: 108%;

}

caption, th, td {
	text-align: left;
}

ul,ol {
	list-style: none;
}


a img {
	border: none;
	background: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #444444;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

/* @end */

/* @group layout */

div.wrapper{
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0px;
}
div.layoutbox{
	width: 100%;
	min-width: 640px;
	clear: both;
}

div.layoutbox div.right{
	float: right;
	width: 320px;
	text-align: left;
	margin-left: -320px;
	position: relative;
	background-color: #ededed;
	z-index: 3;
	
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */
}

div.layoutbox div.left{
	float: left;
	width: 100%;
	*width:99.9%;
	min-width: 320px;
	position: relative;
	z-index: 2;
	background: url(../../Files/images/bg_right.png) repeat-y right top;
	
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */

}

div.left div.contents
 {
	margin-right:320px;
	padding: 0px 10px;
	text-align: left;
}


/* @end */



/* @group head */

div.freebar{
	height: 30px;
	background-color: #e7f5ff;
}

div.header {
	background: url(../../Files/images/bg_header.png) repeat-x;
	width: 100%;
	min-width: 998px;
	height: 90px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	clear: both;
}

div.header div.left {
	width: 240px;
	float: left;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.header div.right {
	width: 728px; /* banner */
	height: 90px;
	float: left;
	margin: 0px 10px;
}


ul.siteinfo {
	height: 20px;
	float: right;
	margin: 5px 10px;

}

ul.siteinfo li {
	float: left;
	margin-left: 10px;
}

ul.siteinfo li a {

}



/* @end */


/* @group nav */

div.navi {
	clear: both;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #1d7cb0;
	background: #165f8e url(../../Files/images/bg_naviline.png) repeat-x left top;
	min-height: 30px;
}

div.navi ul {
	width: 100%;

}

div.navi li {
	float: left;
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 1px;
	background: #165f8e url(../../Files/images/bg_navi_li.png) repeat-y right;
	white-space:nowrap;
	
}

div.navi li.in{
	padding-left: 1.4em;
	padding-right: 1.4em;
	background-color: #ffffff;
	color: #165f8e;
	font-weight: bold;	
}

div.navi li a {
	display: block;
	color: #ffffff;
	padding-left: 1.4em;
	padding-right: 1.4em;
}

div.navi li a:hover {
	background-color: #e7f5ff;
	text-decoration: none;
	color: #333333;
}



/* @end */

/* @group heading */

h1{
	font-size: 189%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

h2{
	background-color: #cccccc;
	color: #444444;
	padding-left: 6px;
	font: bold 116% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	line-height: 1.6;
	border-bottom: 5px solid #b5b5b6;
	margin-bottom: 10px;
	text-align: left;
}

div.newslist h2{
	background-color: #165f8e;
	color: #ffffff;
	padding-left: 6px;
	font: bold 116% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	line-height: 1.6;
	border-bottom: 5px solid #dddddd;
	margin-bottom: 10px;
	text-align: left;
}

h2 img.ico{
	float: right;
	display: block;
	position: relative;
	top: 4px;
	right: 6px;

}

h3{
	clear: both;
	font-size: 123%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.4em;
	
}


/* @end */

/* @group contents */

div.entrybox p{
	font-size: 116%;
}
div.mainphoto{
	float: right;
	clear: both;
	margin-left: 10px;
	max-width: 300px;
	_width:300px;

}

div.mainphoto img{
	float: right;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	padding: 2px;
}


a.photolink{
	float: right;
	border: 1px solid #dddddd;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

a.textlink{
	color: #165f8e;
	background: url(../../Files/images/ico_newslink.png) no-repeat left 4px;
	padding-left: 14px;
}
a.textlink:hover{
	color: #333333;
}


span.time,
span.small{
	font-size: 77%;
	color: #777777;
	margin-left: 10px;
	font-weight: normal;
}


div.newslist p{
	font-size: 93%;
}

div.newslist p.findcomment{
	font-size: 124%;
	font-weight: bold;
	border-bottom:1px dotted #888888;
	margin: 10px 0px 30px;
}

span.number{
	font-size: 174%;
	margin-right: 3px;
	color: #893534;
}

p.readmore{
	font-size: 100%;
}
p.readmore a{
	color: #165f8e;
	font-weight: bold;
}

p.gotop{
	margin-top: 30px;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}

p.gotop a{
	color: #165f8e;
	background: url(../../Files/images/bt_gotop_off.png) no-repeat left center;
	padding-left: 18px;
	height: 18px;
	display: inline-block;
}
p.gotop a:hover{
	color: #333333;
	background: url(../../Files/images/bt_gotop_on.png) no-repeat left center;
}

div.pager{
	min-height: 20px;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
div.pager p.prev{
	float: left;
}
div.pager p.next{
	float: right;
	text-align: right;
}

div.pager p a{
	font-size: 93%;
	display: block;
	padding: 4px 6px;
	background-color:#eeeeee;
	border-bottom: 1px solid #dddddd;

	
}
div.pager p a:hover{
	background-color: #edf7ff;
	text-decoration: none;

}

/* @end */

/* @group form */


dl.formbox{
	width: 580px;
	margin: auto;
	}

dl.formbox dt{
	border-right: 4px solid #adadad;
	float: left;
	display: block;
	padding: 0px 10px;
	text-align: right;
	line-height: 30px;
	clear: both;
	margin-bottom: 10px;
	min-width: 5em;
	min-height: 30px;
}
dl.formbox dt.side{
	clear: none;
}
dl.formbox dd{
	float: left;
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;

}

input.txtbox{
	border: 1px solid #aaaaaa;
	width: 200px;
	font-size: 108%;
	height: 20px;
}

label{
	margin-right: 16px;
}

input.btndsn_login{

    background: url(../../Files/images/ico_lock.png) no-repeat 6px center;
    background-color: #165f8e;
    border: 1px solid #0c3752;
    border-bottom: 2px solid #1d5172;
    font-size:100%;
    line-height:130%;
    font-weight:bold;
    color: #fff;
    letter-spacing: 2px;
    cursor:pointer;
    padding:2px 28px;
    padding-right: 8px;
    *padding:2px 14px;
    *padding-right: 0px;
    margin: 0px 0px 0px 4px;
}

input.btndsn_search{

    background: url(../../Files/images/ico_zoom.png) no-repeat 6px center;
    background-color: #165f8e;
    border: 1px solid #0c3752;
    border-bottom: 2px solid #1d5172;
    font-size:100%;
    line-height:130%;
    font-weight:bold;
    color: #fff;
    letter-spacing: 2px;
    cursor:pointer;
    padding:2px 28px;
    padding-right: 6px;
    *padding:2px 14px;
    *padding-right: 0px;
    margin: 0px 0px 0px 4px;
}

input.btndsn_login:hover{
	background-color: #e7f5ff;
    border: 1px solid #dddddd;
    border-bottom: 2px solid #cccccc;
    color: #333333;
}

input.btndsn_search:hover{
	background-color: #e7f5ff;
    border: 1px solid #dddddd;
    border-bottom: 2px solid #cccccc;
    color: #333333;
}

/* @group search */

div.searchbox{
	margin: 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	min-width: 600px;
	padding-bottom: 5px;
}

dd.dateset{
	min-width: 420px;
}


/* @end */

/* @group login */

div.loginbox{
	margin: 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	min-width: 420px;
}

div.loginbox dl.formbox{
	width: 370px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
div.loginbox dl.formbox dt{
	width: 9em;
	text-align: left;
}
div.registbox{
	border: 1px solid #aaaaaa;
	margin: 10px auto;
	width: 60%;
	padding: 1em 10px 0em;
	background-color: #ffffff;
	clear: both;
}

div.loginbox p{
	text-align: center;
	clear: both;
	font-size: 100%;
}
div.registbox p{
	font-size: 100%;
	text-align: center;
	
}

div.registbox a{
	color: #165f8e;
	
}
/* @end */

/* @end */




/* @group right */

div.unit{
	width: 300px;
	margin: auto;
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.unit p{
	font-size: 93%;
	margin-top: 3px;
	margin-bottom: 3px;
	
}

div.unit p a{
	color: #006095;
}
/* @end */




/* @group footer */

div.footer{
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #E7F5FF;
	display: block;
    z-index: 1;

}

div.footer ul{
	text-align: center;
	padding-left: 1.5em;
	min-width: 720px;
	margin: auto;
	
}
div.footer ul li{

	line-height: 30px;
	margin-right: 1.5em;
	display: -moz-inline-box;  
    display: inline-block;
}

/* IE8 */  

*+html div.footer li {    
    display: inline;  
    zoom: 1;
}  

div.footer ul li a{
	background: url(../../Files/images/ico_footerlink.png) no-repeat left center;
	padding-left: 8px;
	display: block;
	color: #165f8e;
}
div.footer ul li a:hover{
	color: #333333;
}

div.footer p{
	clear: left;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	font-size: 85%;
	padding:3px 0px;
	margin-bottom: 0px;
	
}

/* @end */


/* @group clearfix */

div.layoutbox:after,
div.contents:after,
div.navi:after,
div.newslist:after,
dl:after,
div.entrybox:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* @end */

.Article_title {
	background-color: #F0F0F0;
	color: #333333;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.Article_title_mds {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.Article_title_mds_h1 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* 2カラムDIV 
--------------------------------------*/
.LeftBox {
	text-align : left;
	float: left;
}

.RightBox {
	text-align: right;
}

table#userInfo td.controls
{
    text-align:left;
    background-color:#ccccff;
    color:#000000;
}

table#userInfo td
{
    background-color:#0066cc;
    color:#ffffff;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    padding-right:2px;
    text-align:center;
}

table.userInfoOtherType td.OtherType
{
    background-color:#ffcccc;
    color:#000000;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    padding-right:2px;
    text-align:center;
}

table.userInfoOtherType td.controls
{
    text-align:left;
    background-color:#ccccff;
    color:#000000;
}

table.userInfoOtherType
{
    margin-bottom:10px;
}

table#userInfo
{
    margin-bottom:10px;
}

.TopicPath
{
	/*font-size: smaller;*/
}

td.editbuttons
{
    text-align:center;
}

.highlight
{
    background-color: #CCFFCC;
}

#globalNavi {
	width:1200px;
	margin:0 auto 20px auto;
}
#globalNavi ul {
	margin:16px 0 0 0;
}
#globalNavi ul li {
	float:left;
}

.contents_photo_float
{
    max-height:300px;
    max-width:300px;
}

.ArticleListItemImage
{
    max-height:80px;
    max-width:80px;
}

.photo_float
{
    max-height:300px;
    max-width:300px;
}