@charset "utf-8";
/*----------------------------------------*/
/*                 全般                   */
/*----------------------------------------*/

/* タグ リセッタ */
*{
	margin:0;
	padding:0;
}
img{border:none;}
li {list-style: none;}

/* clearfix */
.clearfix{zoom:1;}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* ブロック関連クラス */
.block {display: block;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.none{display:none;}
.txtCenter{text-align:center;}

/* フォント */
.f10{font-size:10px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.green{color:#339933;}

/* Padding */
.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.pl5{padding-left:5px;}

.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}

.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.pl15{padding-left:15px;}

/* リンク */
a{outline:0;}
a:link,
a:visited {color: #224EA6;}
a:hover{text-decoration:none;}

body {
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/bg.jpg) repeat-x;
	color:#333;
	font: 12px/130% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*続きを読む*/
.mMore{
	display:block;
	padding:8px 0px;
	text-align:right;
	clear:both;
}
.mMore a:link,
.mMore a:visited{
	color:#666666;
	font-size:10px;
}


/*----------------------------------------*/
/*             ページ間共通               */
/*----------------------------------------*/

#mWrapper {
	margin: 0px auto;
	width: 905px;
	padding-bottom:30px;
}

/* ヘッダ START*/
#mHead {
	clear: both;
}

#mHeadL {
	float: left;
	width: 400px;
	height: 89px;
}
#mHeadL h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	height: 19px;
	font-weight: normal;
}



#mHeadL h2 {
	margin: 12px 0px 0px 0px;
	padding: 0px;
}



#mHeadR {
	float: right;
	width: 240px;
	padding-top: 8px;
	display: block;
}
#mHeadR ul {
	float: right;
	width: 215px;
	display: block;
	padding-bottom: 10px;
}
#mHeadR li {
	display: block;
	float: left;
	background: url(../images/icon_head.jpg) no-repeat left center;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 10px;
}
#mHeadR a {
	color: #666666;
	text-decoration: none;
}
#mSearchBox {
	display: block;
	clear: both;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 20px;
}
#mSearchBox input,#mSearchBox p {
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 20px;
}

/*サブナビ*/
#mHeadMainNav {
	clear: both;
	height:31px;
	display: block;
	background: #DDDDDD url(../images/menu_bg.jpg);
}
#mHeadMainNav li {
	display: block;
	height: 41px;
	float: left;
}
#mHeadMainNav li a{
	display: block;
	height:0pt;
	overflow:hidden;
	padding-top:41px;
	font-size:1px;
}
#mMNavHome {
	background: url(../images/menu_home01.jpg) no-repeat;
	width: 69px;
}
#mMNavNews {
	background: url(../images/menu_news01.jpg) no-repeat;
	width: 80px;
}
#mMNavAbout {
	background: url(../images/menu_about01.jpg) no-repeat;
	width: 80px;
}
#mMNavMind {
	background: url(../images/menu_msg01.jpg) no-repeat;
	width: 129px;
}
#mMNavItems {
	background: url(../images/menu_item01.jpg) no-repeat;
	width: 80px;
}
#mMNavCompany {
	background: url(../images/menu_company01.jpg) no-repeat;
	width: 81px;
}
#mMNavContact {
	background: url(../images/menu_contact01.jpg) no-repeat;
	width: 104px;
}
#mMNavSearch {
	background: url(../images/menu_bg.jpg) repeat-x;
	width: 281px;
}



#mMNavHomeO {
	background: url(../images/menu_home02.gif) no-repeat;
	width: 69px;
}
#mMNavNewsO {
	background: url(../images/menu_news02.gif) no-repeat;
	width: 80px;
}
#mMNavAboutO {
	background: url(../images/menu_about02.gif) no-repeat;
	width: 80px;
}
#mMNavMindO {
	background: url(../images/menu_msg02.gif) no-repeat;
	width: 129px;
}
#mMNavItemsO {
	background: url(../images/menu_item02.gif) no-repeat;
	width: 80px;
}
#mMNavCompanyO {
	background: url(../images/menu_company02.gif) no-repeat;
	width: 81px;
}
#mMNavContactO {
	background: url(../images/menu_contact02.gif) no-repeat;
	width: 104px;
}


/* ヘッダ END*/

/* ボディ部分 */
#mBody {
	clear: both;
	padding-top: 8px;
	padding-bottom: 10px;
}


#mContentsBody{
	clear:both;
	padding-top:6px;
}
#mLeftContents {
	float: left;
	width: 583px;
}

#mRightContents {
	float: right;
	width: 303px;
}


/*フッタ START*/
#mFootWrapper{
	clear: both;
	background: #EEEEEE;
	border-top: 1px solid #A3A5A6;
	height:92px;
}
#mFoot {
	clear: both;
	width:905px;
	margin:0px auto;
}
#mFoot ul {
	padding-top:30px;
	height: 36px;
	display: block;
	float:left;
	width:500px;
}
#mFoot li {
	display: block;
	float: left;
	font-size:10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999999;
}
#mFoot li a {
	font-size: 10px;
	color: #1745A1;
	text-decoration: none;

}

#mFootLogo {
	float: right;
	padding-top: 40px;
	padding-right: 5px;
}
#mFootCopyright {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #1745A1;
	font-size: 10px;
	text-align:center;
}
/*フッタ END*/




#mRelated{
border:dotted 1px #022389;
padding:10px;
margin:30px 0px 20px 0px;
}



#mRelated ul{
margin:0px;
padding:0px;
font-size:13px;
}

#mRelated li{
	margin:0px;
	padding:0px 0px 0px 28px;
	line-height:26px;
	background: url(../images/icon.jpg) no-repeat 5px 5px;
	list-style-type:none;
}
#mNewsArea h3 {
	background: url(../images/side_title.jpg) no-repeat;
	height: 33px;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 40px;
	font-size: 14px;
}
#mNewsArea dl {
	padding-right: 8px;
	padding-left: 8px;
	display: block;
}
#mNewsArea a {
	text-decoration: none;
}
#mNewsArea dt {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
}
#mNewsArea dd {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	font-size: 10px;
}
#mGroupArea h3 {
	background: url(../images/side_title.jpg) no-repeat;
	height: 33px;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 40px;
}
#mGroupArea ul {
	padding-top: 17px;
	padding-left: 4px;
}
#mGroupArea li {
	width: 190px;
	padding-left: 82px;
	height: 100px;
	padding-right: 15px;
	display: block;
}
#mGroupArea h4 {
	font-size: 14px;
	display:block;
	padding-bottom:4px;
}
#mGroupArea a{
	text-decoration: none;
}
#mGroupArea #mGroupNanpu {
	background: url(../../images/sum_nanpudo.jpg) no-repeat;
}
#mGroupArea #mGroupYaeyama {
	background: url(../../images/sum_yaeyama.jpg) no-repeat;
}
#mGroupArea #mGroupMiyako {
	background: url(../../images/sum_miyako.jpg) no-repeat;
}
#mGroupArea #mGroupNankai {
	background: url(../../images/sum_nankai.jpg) no-repeat;
}

.mPageTop{
font-size:12px;
text-align:right;
margin:20px 0px 20px 0px;
}


/*　オリジナルからの移植　*/

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,

.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
	padding: 2px;
	margin-top: 1.5em;
	border-bottom: thin dotted #999999;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
	margin-top: .25em;
	padding-top: 2px;
	padding-bottom: .3em;
	font-weight: normal;
	color: #999999;
}

.asset-footer {
	clear: both;
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: thin dotted #CCCCCC;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

