/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	color: #666;
	font-size: 13px;
	text-align: center;
	background-color: #FDFDFD;
	
	/*background-image: url(img/back01.jpg);
	background-position: top;
	background-repeat: repeat-x;*/
}

a{
	text-decoration:none;
	color:#09F;
}

a:hover{
	text-decoration:underline;
	color:#336699;
}

p, /* 文章の行間を指定 */
#contents li,
dl,
dd
{
	line-height: 160%;
}



p{
	margin: 0px 0em 1.5em 3px;
}


ul,ol,dl{
	margin: 0em 1em 1em 2em;
}



/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{
	margin: 0px;
}



/* ========================================  #page ページ外枠 */
#page {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}




/* ========================================  #header 画面上部 */
#header {
	height: 65px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}


#sitename {
	margin: 30px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}



/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align:left;
}

#menu.img{
	padding-top:35px;
}

ul.menu_f02{
	height: 30px;
	margin: 0;
	border-bottom: 5px solid #04B4AE;
	background-color: #336699;
}

ul.menu_f02 li{
	float: left;
	border-right: 1px solid #FFFFFF;
	display: block;
}

ul.menu_f02 li a{
	height: 20px;
	width: 130px;
	padding: 10px 0px 0px;
	border-bottom: 5px solid #04B4AE;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #336699;
}




ul.menu_f02 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}




ul.menu_f02 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 10px 0px 0px;
	border-bottom: 5px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}





/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 0px 0px 10px;
	margin: 0px;
}



/* ========================================  #main ページの本文 */
#main {
	float: left;
	width: 630px;
	margin: 10px 0px 20px;
}



#main h1 {
	padding: 0px;
	margin: 0px;
	color: #336699;
}



#main h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 10px px;
	border-left: 10px solid #04B4AE;
	background-color: #F6F6F6;
}





#main h3 {
	margin: 1em 0px 0.5em 6px;
	font-size: 100%;
	color: #336699;
}

#main img{
	/*border: 1px solid #999999;*/
	margin-right:5px;
	float:left;
}

#news {
	text-align:right;
	margin-bottom:10px;
}

#news li{
	font-size:95%;
	margin:12px -1em 12px -2em;
	border-bottom: 1px dashed;
	padding: 2px;
	list-style:none;
}

/* ========================================  menuR 右サイドメニュー */
#menuR {
	float: right;
	width: 300px;
	margin: 0px;
	background-color: #F6F6F6;
}


#menuR p{
	margin-right: 0em;
	margin-left: 0.5em;
}

#menuR li{
	margin-left:-20px;
	border-bottom: 1px dashed;
	padding:10px 5px;
	list-style:none;
}

#menuR img{
	border: 1px solid #999999;
	margin-right:5px;
	float:left;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
}



/* ========================================  #footer 画面下部 */
#footer {
	padding: 10px 0px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
}

/* ========================================  そのほか個別設定 */
.title{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
	border-left: 30px solid #04B4AE;
}


.label{
	padding: 7px 5px 5px 10px;
	margin: 0px;
	border-left: 10px solid #04B4AE;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}


.subh {
	padding: 5px 0px 0px 3px;
	margin: 0px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #999999;
}

/* ========================================  画像枠線 */
.imgbox {
	width: 630px;
	height:180px;
	line-height:180px;
	text-align: center;
	position: relative;
	margin:4px 0px;
}

.imgbox2 {
	width: 190px;
	height:190px;
	line-height:190px;
	text-align: center;
	position: relative;
	margin-top:10px;
	margin-right:10px;
	float:left;
	background-color:#CCC;
}

.bd div{background: #F99; position:absolute;-webkit-transition:all 0s;transition:all 0s;}
.bd div.bdT{width: 0; height:0; top:0; left:0;}
.bd div.bdB{width: 0; height:0; bottom:0; right:0;}
.bd div.bdR{height:0; width :0; right:0; top:0;}
.bd div.bdL{height:0; width :0; left:0; bottom:0;}

.bd2 div{-webkit-transition:all 0.1s;transition:all 0.1s;}
.bd2 div.bdT{transition-delay:0s;}
.bd2 div.bdL{transition-delay:0.1s;}
.bd2 div.bdB{transition-delay:0.2s;}
.bd2 div.bdR{transition-delay:0.3s;}
.imgbox:hover .bd2 div.bdT, .imgbox2:hover .bd2 div.bdT{width: 100%; height:4px; transition-delay:0.3s;}
.imgbox:hover .bd2 div.bdL, .imgbox2:hover .bd2 div.bdL{height:100%; width: 4px; transition-delay:0.2s;}
.imgbox:hover .bd2 div.bdB, .imgbox2:hover .bd2 div.bdB{width: 100%; height:4px; transition-delay:0.1s;}
.imgbox:hover .bd2 div.bdR, .imgbox2:hover .bd2 div.bdR{height:100%; width: 4px; transition-delay:0s;}

.toInfo {
	margin: 0px 0px 1em;
	text-align: right;
	list-style-type: none;
}


.box {
	float: left;
	width: 200px;
	height:210px;
	margin: 0px 10px 15px 0px;
	background-color: #EBF0F3;
}

.box p{
	margin: 10px !important;
}

.clear{
	clear:both;
}

.imgbox2 ul{margin:25px;}
.imgbox2 li{
    display:inline-block;
    margin: 0 8px 8px 0 ;
    padding: 3px ;
    background: #fff ;
    border: 1px solid #eee ;
    box-shadow: 0 1px 5px #888 ;
}

/* tumblr */
.tumblr {
	width:auto;
}

.tumblr ul{
	list-style:none;
	font-size:10px;
	color:#999;
	padding:0;
	margin:0;
}

.tumblr li{
	display:block;
	width: 200px;
	float:left;
	margin-right:10px;
}

.tumblr li p{
	margin:4px 0 0 0;
	line-height:1.5em;
	padding:0;
}

.tumblr .imgbox{
	position: relative;
	display:inline-block;
	height:200px;
	width: 200px;
	overflow:hidden;
}

.tumblr .imgbox img{
	position: relative;
    top: 50%;
    left: 50%;
    width: 150%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pt4{
	padding-top:4px;
}