@charset "utf-8";
/*

CSS Document
Theme Name:TMMS
Theme URL:http:www.tmms.co.jp
Description: Basic Theme
Author: Shinichi Hirota

*/

/* CSS Document */

/* ===========================
     初期化
=========================== */

*{
  margin:0;
  padding:0;
}
body{
	font-family: "Arial","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka","Sans-serif";
	font-size: 75%;
	color: #333333;
	background: url(images/header-bg.gif) repeat-x;
	background-color: #ffffff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
    margin:0; 
	padding:0;
	line-height: 1.4;
}
address{
	font-style: normal;
}
table{  
    border-collapse:collapse; border-spacing:0;  
} 
a:link		{ color: #207bc1; }
a:visited	{ color: #207bc1; }
a:hover		{ color: #165f96; text-decoration:none; }
a:active	{ color: #207bc1; }
img { border: none; }

ol, ul{  
    list-style:none;  
}
h1, h2, h3, h4, h5, h6{  
    font-size:100%; font-weight:normal;  
}  
abbr, acronym{  
    border:0;  
}

/* ===========================
     GLOBAL
=========================== */

div#wrapper{
	width: 920px;
	height: 100%;
	margin: 0 auto 0 auto;
}

/* ===========================
     Header
=========================== */
div#header h1{
	font-size: 11px;
}
div#header {
	width: 100%;
	height: 74px;
}
div#header h2 {
	width: 231px;
	height: 44px;
	text-indent: -9999px;
	float: left;
	margin: 12px 0 0 0;
}
div#header h2 a{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	width: 231px;
	height: 44px;
	outline: none;
}
div#header p {
	float: left;
	font-weight: bold;
	font-size:12px;
	margin: 40px 0 0 10px;
	width: 400px;
}
div#header p#longCopy {
	float: left;
	font-weight: bold;
	font-size:12px;
	margin: 25px 0 0 10px;
	width: 400px;
}
#header ul{
	float: right;
	width: auto;
	height: 33px;
	margin: 25px 0 0 0;
}
#header ul li{
	clear: right;
	float: left;
	padding: 11px 5px 5px 7px;
}
#header ul li span{
	margin-left: 3px;
}

/* ===========================
     NAVIGATION
=========================== */
div#navigation ul {
	margin: 5px 0 0 0;
}
div#navigation ul:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div#navigation ul li{
	float: left;
}
div#navigation ul li#home a{
	background: url(images/bt-home.jpg) no-repeat 0 0;
	width: 87px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#home a:hover{
	background: url(images/bt-home.jpg) no-repeat 0 -37px;
	width: 87px;
	height: 37px;
	display: block;
}
div#navigation ul li#homeSelect a{
	background: url(images/bt-home.jpg) no-repeat 0 -37px;
	width: 87px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#home_fr a{
	background: url(images/bt-home_fr.jpg) no-repeat 0 0;
	width: 87px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#home_fr a:hover{
	background: url(images/bt-home_fr.jpg) no-repeat 0 -37px;
	width: 87px;
	height: 37px;
	display: block;
}
div#navigation ul li#homeSelect_fr a{
	background: url(images/bt-home_fr.jpg) no-repeat 0 -37px;
	width: 87px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#about a{
	background: url(images/bt-about.jpg) no-repeat 0 0;
	width: 79px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#about a:hover{
	background: url(images/bt-about.jpg) no-repeat 0 -37px;
	width: 79px;
	height: 37px;
	display: block;
}
div#navigation ul li#aboutSelect{
	background: url(images/bt-about.jpg) no-repeat 0 -37px;
	width: 79px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#about_fr a{
	background: url(images/bt-about_fr.jpg) no-repeat 0 0;
	width: 79px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#about_fr a:hover{
	background: url(images/bt-about_fr.jpg) no-repeat 0 -37px;
	width: 79px;
	height: 37px;
	display: block;
}
div#navigation ul li#aboutSelect_fr{
	background: url(images/bt-about_fr.jpg) no-repeat 0 -37px;
	width: 79px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

div#navigation ul li#publications a{
	background: url(images/bt-publications.jpg) no-repeat 0 0;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#publications a:hover{
	background: url(images/bt-publications.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
}
div#navigation ul li#publicationsSelect{
	background: url(images/bt-publications.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}

div#navigation ul li#publications_fr a{
	background: url(images/bt-publications_fr.jpg) no-repeat 0 0;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#publications_fr a:hover{
	background: url(images/bt-publications_fr.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
}
div#navigation ul li#publicationsSelect_fr{
	background: url(images/bt-publications_fr.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}

div#navigation ul li#citizen a{
	background: url(images/bt-citizen.jpg) no-repeat 0 0;
	width: 170px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#citizen a:hover{
	background: url(images/bt-citizen.jpg) no-repeat 0 -37px;
	width: 170px;
	height: 37px;
	display: block;
}
div#navigation ul li#citizenSelect{
	background: url(images/bt-citizen.jpg) no-repeat 0 -37px;
	width: 170px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#citizen_fr a{
	background: url(images/bt-citizen_fr.jpg) no-repeat 0 0;
	width: 170px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#citizen_fr a:hover{
	background: url(images/bt-citizen_fr.jpg) no-repeat 0 -37px;
	width: 170px;
	height: 37px;
	display: block;
}
div#navigation ul li#citizenSelect_fr{
	background: url(images/bt-citizen_fr.jpg) no-repeat 0 -37px;
	width: 170px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

div#navigation ul li#network a{
	background: url(images/bt-network.jpg) no-repeat 0 0;
	width: 97px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#network a:hover{
	background: url(images/bt-network.jpg) no-repeat 0 -37px;
	width: 97px;
	height: 37px;
	display: block;
}
div#navigation ul li#networkSelect{
	background: url(images/bt-network.jpg) no-repeat 0 -37px;
	width: 97px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}div#navigation ul li#network_fr a{
	background: url(images/bt-network_fr.jpg) no-repeat 0 0;
	width: 97px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#network_fr a:hover{
	background: url(images/bt-network_fr.jpg) no-repeat 0 -37px;
	width: 97px;
	height: 37px;
	display: block;
}
div#navigation ul li#networkSelect_fr{
	background: url(images/bt-network_fr.jpg) no-repeat 0 -37px;
	width: 97px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

div#navigation ul li#contact_fr a{
	background: url(images/bt-contact_fr.jpg) no-repeat 0 0;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#contact_fr a:hover{
	background: url(images/bt-contact_fr.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
}
div#navigation ul li#contactSelect_fr{
	background: url(images/bt-contact_fr.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#contact a{
	background: url(images/bt-contact.jpg) no-repeat 0 0;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#contact a:hover{
	background: url(images/bt-contact.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
}
div#navigation ul li#contactSelect{
	background: url(images/bt-contact.jpg) no-repeat 0 -37px;
	width: 111px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#navigation ul li#search{
	background: url(images/search-bg.jpg) no-repeat;
	width: 265px;
	height: 37px;
	display: block;
	line-height: 37px;
	text-align: right;
	padding: 7px 0 0 0;
}
div#navigation ul li#search form{
	margin: 0 20px 0 0;
}
div#navigation ul li#search form input{
	font-size: 12.5px;
	border: 0 none;
}
div#navigation ul li#search form button.btSerch{
	background:transparent url(images/bt-search.jpg) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 17px;
	border: 0 none;
}
*html div#navigation ul li#search form button.btSerch{
	background:transparent url(images/bt-search-ie.jpg) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 17px;
	border: 0 none;
}
*+html div#navigation ul li#search form button.btSerch{
	background:transparent url(images/bt-search-ie.jpg) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 17px;
	border: 0 none;
}


/* ===========================
     FOOTER
=========================== */

div#footer{
	clear: both;
	background: url(images/footer-bg.jpg) repeat-x;
	height: 121px;
	margin: 15px 0 0 0;
	color: #ffffff;
	text-align: right;
	width: 100%;
}
div#footer div.copyArea{
	margin: 0 auto 0 auto;
	padding: 5px;
	width: 950px;
}
div#footer div.copyArea address{
	font-weight: bold;
}
div#footer div.copyArea address a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#footer li{
	color: #ffffff;
	float: right;
}
div#footer li a{
	color: #ffffff;
	margin: 0 5px 0 0;
}

/* ===========================
     FONT
=========================== */

.bold{
	font-weight: bold;
}

/* ===========================
     BORDER
=========================== */

.dotborder{
	border-top: dotted #199ad0 1px;
}

/* ===========================
     PAGETOP
=========================== */

.pagetop{
	float: right;
}



/* CSS Document */

/* ===========================
     TOP PAGE
=========================== */

div#topFlash{
	width: 920px;
	height: 245px;
	margin: 5px 0 0 0;
}

div#topContents{
	width: 920px;
	margin: 5px 0 0 10px;
}
div#topContents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#topContents div#leftArea{
	width: 585px;
	float: left;
	margin: 0 10px 0 0;
}
div#topContents div#leftArea div#imageArea{
	width: 198px;
	height: 138px;
	float: left;
}
div#topContents div#leftArea div#aboutArea{
	margin: 0 0 10px 0;
}
div#topContents div#leftArea div#aboutArea:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#topContents div#leftArea div.textBox{
	margin: 10px 0 0 0;
}
div#topContents div#leftArea div.textBox h3{
	color: #0b719b;
	font-size:120%;
	font-weight: bold;
	width: 350px;
	margin: 0 0 5px 10px;
	float: left;
	display: inline;
}
div#topContents div#leftArea div.textBox p{
	width: 350px;
	margin: 0 0 0 10px;
	float: left;
	line-height: 1.6;
	display: inline;
}
div#topContents div#leftArea h2#titleAbout{
	clear: left;
	background: url(images/top-title-bg01.jpg) no-repeat 1px 50%;
	height: 1.4em;
	width: 579px;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 12px;
}
div#topContents div#leftArea h2#titleNews{
	clear: left;
	background: url(images/top-title-bg02.jpg) no-repeat 1px 50%;
	height: 1.4em;
	width: 579px;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 12px;
}
div#topContents div#leftArea div.topTitleBorder{
	background: url(images/top-title-border.jpg) no-repeat 0 0;
	height: 7px;
	width: 578px;
	text-indent: -9999px;
}
div#topContents div#leftArea ul li{
	background: url(images/arrow01.gif) no-repeat 1px 50%;
	padding: 5px 0 5px 17px;
	border-bottom: 1px dotted #69b6e2;
	margin: 0 8px 0 0;
}
div#topContents div#leftArea ul li span{
	margin: 0 10px 0 0;
}
div#topContents div#rightArea{
	float: left;
	width: 305px;
}
div#topContents div#rightArea h2{
	clear: left;
	background: url(images/hot-topics-top-bg.jpg) no-repeat;
	height: 36px;
	width: 302px;
	text-indent: -9999px;
}
div#topContents div#rightArea ul{
	clear: left;
	background: url(images/hot-topics-middle-bg.jpg) repeat-y;
	width: 302px;
}
div#topContents div#rightArea div#hotTopicsbottom{
	clear: both;
	background: url(images/hot-topics-bottom-bg.jpg) no-repeat;
	height: 7px;
	width: 302px;
	text-indent: -9999px;
}
div#topContents div#rightArea div#hotTopics ul li{
	padding: 5px 10px 10px 10px;
	border-bottom: 1px dotted #69b6e2;
}
div#topContents div#rightArea div#hotTopics ul li.noBorder{
	border-bottom: none;
}
div#topContents div#rightArea div#hotTopics h3{
	background: url(images/icon-hot-topics.gif) no-repeat 1px 50% ;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
	font-weight: bold;
}


/* ===========================
     ABOUT
=========================== */

div#mainContents div#contentsLeftArea{
	margin: 5px 0 5px 0;
	width: 690px;
	float: left;
}

div#mainContents div#contentsLeftArea div.titleLine{
	text-indent: -9999px;
	background: url(images/title_under_bg.gif) repeat-x 0px 50%;
	width: 690px;
	height: 7px;
	margin-bottom: 10px;
}
div#mainContents div#contentsLeftArea h3{
	clear: left;
	font-weight: bold;
	font-size:150%;
	margin: 10px 0 0 0;
}
div#mainContents div#contentsLeftArea h2#aboutMainImage img{
	margin: 0 0 5px 0;
}
div#mainContents div#contentsLeftArea h3 span{
	font-weight: bold;
	color: #ab2222;
	font-size: 120%;
}
div#mainContents div#contentsLeftArea p{
	margin: 0 0 10px 0;
	line-height: 1.6;
}
div#mainContents div.dotborder{
	width: 690px;
	height: 1px;
	margin: 0 0 10px 0;
	_margin: 0 0 0 0;
	text-indent: -9999px;
}
div#mainContents div#contentsLeftArea ul#values{
	border: 3px solid #135a77;
	padding: 15px;
	width: 500px;
	text-align: center;
	margin: 5px 0 10px 70px;
}
div#mainContents div#contentsLeftArea ul#values li{
	font-weight: bold;
	color: #135a77;
	margin: 5px 0 5px 0;
	font-size: 130%;
}

/* CONTENTS RIGHT AREA start //////////////*/
div#mainContents div#contentsRightArea{
	float: right;
	width: 220px;
	margin: 5px 0 0 0;
}
div#mainContents div#contentsRightArea h4#sidePublications{
	background: url(images/side_publication_bg.jpg) no-repeat;
	width: 218px;
	height: 36px;
	text-indent: -9999px;
}
div#mainContents div#contentsRightArea h4#sidePublications_fr{
	background: url(images/side_publication_bg_fr.jpg) no-repeat;
	width: 218px;
	height: 36px;
	text-indent: -9999px;
}
div#mainContents div#contentsRightArea h4#latest{
	background: url(images/side_latest_bg.jpg) no-repeat;
	width: 218px;
	height: 36px;
	text-indent: -9999px;
}
div#mainContents div#contentsRightArea h4#latest_fr{
	background: url(images/side_latest_bg_fr.jpg) no-repeat;
	width: 218px;
	height: 36px;
	text-indent: -9999px;
}
div#mainContents div#contentsRightArea ul#publicationsList{
	background: url(images/side_middle.jpg) repeat-y ;
}
div#mainContents div#contentsRightArea ul#latestList{
	background: url(images/side_middle.jpg) repeat-y ;
}
div#mainContents div#contentsRightArea ul li{
	padding: 3px 0 3px 15px;
}
div#mainContents div#contentsRightArea ul#latestList li{
	background: url(images/arrow02.gif) no-repeat 7px 50%;
	padding: 7px 0 7px 25px;
	border-top: 1px dotted #69b6e2;
	width: 190px;
}
div#mainContents div#contentsRightArea ul#publicationsList li a{
	background: url(images/list_icon01.gif) no-repeat 10px 45%;
	padding: 0 0 0 25px;
	line-height: 1.7em;
}
div#mainContents div#contentsRightArea ul#publicationsList li a{
	background: url(images/list_icon02.gif) no-repeat 10px 50%;
	padding: 0 0 0 25px;
	line-height: 1.7em;
}
div#mainContents div#contentsRightArea ul#publicationsList li span{
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	color: #052939;
}
div#mainContents div#contentsRightArea ul#publicationsList li span a{
	text-decoration: none;
	color: #052939;
}
div#mainContents div#contentsRightArea div{
	background: url(images/side_bottom.jpg) no-repeat;
	width: 218px;
	height: 8px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
/* CONTENTS RIGHT AREA end ///////////////*/

/* ===========================
     CONTENTS
=========================== */

div#mainContents div#contentsLeftArea div#contentsBtArea{
	width: 690px;
	height: auto;
}
div#mainContents div#contentsLeftArea div#contentsBtArea p{
	float: left;
	width: 335px;
	height: 100px;
	margin: 0 7px 5px 3px;
	display: inline;
}



/* ===========================
     CITIZEN OF THE WORLD
=========================== */

div#mainContents div#contentsLeftArea h2#think3{
	font-weight: bold;
	font-size: 210%;
	border-bottom: 3px solid #73b8d5;
	margin:0 0 5px 0;
}
div#mainContents div#contentsLeftArea h2#think3 span{
	font-weight: bold;
	font-size: 135%;
	color: #ab2222;
}
div#mainContents div#contentsLeftArea h3#citizenListTop{
	background: url(images/citizen_list_top.jpg) no-repeat;
	width: 687px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #fff;
}
div#mainContents div#contentsLeftArea ul#citizenListArea{
	background: url(images/citizen_list_middle.jpg) repeat-y;
	padding: 3px;
}
div#mainContents div#contentsLeftArea ul#citizenListArea li{
	background: url(images/square.gif) 5px 50% no-repeat;
	padding: 5px 3px 5px 20px;
}
div#mainContents div#contentsLeftArea div#citizenListBottom{
	background: url(images/citizen_list_bottom.jpg) no-repeat;
	width: 687px;
	6px;
	text-indent: -9999px;
}

/* ===========================
     COMMON PAGE STYLE
=========================== */

div#mainContents div#contentsLeftArea h2#mainTitleCommon{
	font-weight: bold;
	font-size: 150%;
	background: url(images/title_icon.gif) no-repeat 1px 50%;
	padding: 0 0 0 15px;
}

/* ===========================
     NETWORK
=========================== */

div#mainContents div#contentsLeftArea div#networkImageArea{
	width: 690px;
	height: auto;
	margin: 0 0 20px 0;
}
div#mainContents div#contentsLeftArea div#networkImageArea:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#mainContents div#contentsLeftArea div#networkImageArea img{
	float: left;
	width: 314px;
	height: 162px;
	display: inline;
}
div#mainContents div#contentsLeftArea div#networkImageArea p{
	margin: 35px 0 0 15px;
	float: left;
	width: 350px;
	height: auto;
}
*+html div#mainContents div#contentsLeftArea div#networkImageArea p{
	margin: 10px 0 0 15px;
	_margin: 3px 0 0 15px;
	float: left;
	width: 350px;
	height: auto;
}
*html div#mainContents div#contentsLeftArea div#networkImageArea p{
	margin: 5px 0 0 15px;
	float: left;
	width: 350px;
	height: auto;
}
div#mainContents div#contentsLeftArea div#networkImageArea p span{
	font-weight: bold;
	font-size: 130%;
	color: #136f99;
}
div#mainContents div#contentsLeftArea h3#networkListTop{
	background: url(images/network_list_top.jpg) no-repeat;
	width: 687px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #fff;
}
div#mainContents div#contentsLeftArea ul#networkListArea{
	background: url(images/network_list_middle.jpg) repeat-y;
}
div#mainContents div#contentsLeftArea ul#networkListArea li {
	border-top: 1px solid #0c5471;
	padding: 6px 3px 5px 20px;
	width: 662px;
}
div#mainContents div#contentsLeftArea ul#networkListArea li span{
	font-weight: bold;
	background: url(images/arrow02.gif) no-repeat 0px 50%;
	padding: 0 0 0 18px;
	font-size: 110%;
}
div#mainContents div#contentsLeftArea div#networkListBottom{
	background: url(images/network_list_bottom.jpg) no-repeat;
	width: 687px;
	6px;
	text-indent: -9999px;
}

/* ===========================
     CONTACT US
=========================== */

div#mainContents div#contentsLeftArea form{
	background: url(images/form_bg.gif);
	padding: 10px;
	border: 1px solid #bbb;
}
div#mainContents div#contentsLeftArea form input{
	font-size: 90%;
}

div#mainContents div#contentsLeftArea form textarea{
	font-size: 85%;
}
div#mainContents div#contentsLeftArea form p span{
	font-weight: bold;
}
div#mainContents div#contentsLeftArea form p#sendMail input#btSendMail {
	background:url(images/btSubmit.jpg) no-repeat 0 0;
	width: 70px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	border: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
div#mainContents div#contentsLeftArea form p#sendMail input#btSendMail:hover {
	background:url(images/btSubmit.jpg) no-repeat 0 -24px;
	width: 70px;
	height: 24px;
	cursor: pointer;
	border: none;
}


/* ===========================
     投稿記事
=========================== */

div#mainContents div#contentsLeftArea div.entry:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#mainContents div#contentsLeftArea div.entry h2.entrytitle{
	font-weight: bold;
	font-size: 140%;
	border-bottom: 3px solid #0f6d93;
	padding-bottom: 0px;
	margin-bottom: 5px;
	height: auto;
	width: 690px;
}
div#mainContents div#contentsLeftArea div.entry h2.entrytitle a{
	text-decoration: none;
}
div#mainContents div#contentsLeftArea div.entry h3.entrydate{
	float: left;
	font-size: 100%;
	margin: 0 5px 0 0;
}
div#mainContents div#contentsLeftArea div.entry ul.entrymeta{
	margin: 0 0 10px 0;
}
div#mainContents div#contentsLeftArea div.entry ul.entrymeta li{
	float: left;
	padding: 0 3px 0 3px;
}
div#mainContents div#contentsLeftArea div.entry div.entrybody{
	clear: left;
	margin: 25px 0 10px 0;
	padding: 5px 0 5px 0;
	width: 690px;
	border-top: 1px dotted #199ad0;
	border-bottom: 1px dotted #199ad0;
	height: auto;
}
div#mainContents div#contentsLeftArea div.entry div.entrybody:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#mainContents div#contentsLeftArea div.wp-pagenavi{
	margin: 0 0 10px 0;
	text-align: center;
}

/* ===========================
     サイトマップ
=========================== */

div#mainContents div#contentsLeftArea h2.sitemapCategory{
	font-weight: bold;
	font-size: 130%;
	color: #000033;
	margin: 0 0 5px 17px;
}
div#mainContents div#contentsLeftArea ul#sitemap{
	margin: 0 0 10px 30px;
	padding: 0 0 0 20px;
	width: 500px;
}
div#mainContents div#contentsLeftArea ul#sitemap li{
	list-style: disc inside;
}


/* ===========================
     CONTENTS LIST PAGE
=========================== */

div#mainContents div#contentsLeftArea div.contentsListArea{
	border: 5px solid #2f96c0;
	padding: 7px;
	margin: 0 0 10px 0;
}
div#mainContents div#contentsLeftArea div.contentsListArea h4{
	background: url(images/icon_contents_list.gif) no-repeat 0 50%;
	padding: 0 0 0 18px;
	margin:5px 0 5px 0;
	font-size: 120%;
}


















