@charset "utf-8";

/********************************************************
 
 Top
 
********************************************************/
#topArea{
	width:880px;
	margin:25px auto 0;
	padding-bottom:80px;
	overflow:hidden;
}
#topArea #leftBox{
	float:left;
	width:588px;
}
#topArea #leftBox .iframeArea {
	float:left;
	width:586px;
	background-color:#fbfbfb;
	border:1px solid #f3f3f3;
}
#topArea #rightBox{
	float:right;
	width:257px;
}
#topArea #rightBox .sponsor{
	width:257px;
}
#topArea #rightBox .sponsor p{
	padding-top:3px;
	font-size:12px;
	text-align:center;
}


/********************************************************

 Top News

********************************************************/
body.none{
	background-color:#fbfbfb;
}
#area {
	padding:15px 20px;
	margin:0;
	border:0;
	background-color:#fbfbfb;
}
#area table.regular {
	width:100%;
	font-size:14px;
	margin-top:5px;
}
#area table.regular td { padding:3px 0;}
#area table.regular td.name { width:210px;}
#area table.regular td.station { width:105px;}
#area table.regular td.time { width:115px;}
#area table.regular td.role {}

#area table.appearance {
	width:100%;
	font-size:12px;
	margin-top:10px;
	border-collapse:collapse;
}
#area table.appearance tr { border-bottom:1px solid #e1e1e1;}
#area table.appearance td { padding:3px 0;}
#area table.appearance td.date { width:102px;}
#area table.appearance td.time { width:100px;}
#area table.appearance td.name { width:340px;}

#area table.books {
	width:100%;
	font-size:12px;
	margin-top:10px;
	border-collapse:collapse;
}
#area table.books tr { border-bottom:1px solid #e1e1e1;}
#area table.books td { padding:3px 0;}
#area table.books td.date { width:102px;}
#area table.books td.title {}


#area table.lecture {
	width:100%;
	font-size:12px;
	margin-top:10px;
	border-collapse:collapse;
}
#area table.lecture tr { border-bottom:1px solid #e1e1e1;}
#area table.lecture td { padding:3px 0;}
#area table.lecture td.date { width:102px;}
#area table.lecture td.location { width:120px; padding-right:12px;}
#area table.lecture td.title {}

/********************************************************

 Blog RSS

********************************************************/
#feed {}
.rss_block {
	overflow:hidden;
	width:257px;
	padding:5px 0 8px 0;
	border-bottom:1px dotted #999;
}
.rss_date {
	float:left;
	width:52px;
	padding-bottom:20px;
	color:#444;
	font-size:13px;
}
.rss_title {
	overflow:hidden;
	float:left;
	width:200px;
	padding-bottom:5px;
	line-height: 1.4;
    white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.rss_title a {
	color:#2070ca;
	text-decoration:none;
	font-size:13px;
}
.rss_title a:hover {text-decoration: underline;}

.rss_txt {
	overflow:hidden;
	float:left;
	width:200px;
	font-size:13px;
	line-height: 1.4;
    white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
/*
.rss_txt {
	overflow:hidden;
	float:left;
	width:200px;
	height:20px;
	font-size:14px;
}
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#rightBox .moreblog {
	width:257px;
	text-align:right;
	font-size:12px;
	padding-top:5px;
	margin-bottom:30px;
}
#rightBox .moreblog a {
	color:#cba443;
	text-decoration:none;
}
#rightBox .moreblog a:hover {
	text-decoration:underline;
}
/********************************************************
 
 Box
 
********************************************************/
#box{
	margin:0 auto;
	width:840px;
	overflow:hidden;
	font-size:14px;
}
#box760Bg{
	position:relative;
	margin:0 auto;
	width:760px;
	padding:0;
	font-size:14px;
	background-color:#fbfbfc;
	border:1px solid #eee;
}
#box720{
	overflow:hidden;
	position:relative;
	margin:0 auto;
	width:720px;
	padding:0;
	font-size:14px;
}
/********************************************************
 
 Profile
 
********************************************************/
.profImg1{
	position:absolute;
	top:-4px;
	left:432px;
	width:279px;
	height:322px;
	z-index:5;
}
.prof01Box{
	overflow:hidden;
	margin:15px 30px 30px 30px;
	width:360px;
}
.prof01Box ul{
	border-bottom:1px solid #eee;
	clear:both;
}
.prof01Box ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.prof01Box ul li{
	float:left;
	padding:6px 0 6px 20px;
}
.prof01Box ul li.tit{
	width:90px;
	padding:6px 0;
	text-align:right;
}
#box760Bg hr{
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#eee;
	margin:0 30px 15px;
	height: 1px;
	clear: both;	
}
.profHist{
	overflow:hidden;
}
.prof02Box{
	float:right;
	margin:10px 30px 30px 0;
	width:470px;
}
.prof02Box ul{
	border-bottom:1px solid #eee;
	clear:both;
}
.prof02Box:after,
.prof02Box ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.prof02Box ul li{
	float:left;
	padding:6px 0 6px 20px;
}
.prof02Box ul li.age{
	width:70px;
	padding:6px 0;
	text-align:right;
}

/********************************************************
 
 Blog Archive
 
********************************************************/
#btnBlogArea{
	overflow:hidden;
	width:720px;
	margin-bottom:30px;	
}
#btnBlogArea ul{
	float:left;
	overflow:hidden;
	width:720px;
}

#btnBlogArea li p{
	padding:0 0 0 16px;
	margin:0;
	font-size:12px;
	line-height:30px;
}

#btnBlogArea li{
	float:left;
	width:136px;
	height:30px;
	overflow:hidden;
	margin:0 10px 10px 0;
	background:url('../../blog_archive/img/btn_blog_arch.png') 0 -30px no-repeat;
	color:#fff;
}
#btnBlogArea li a {
	display:block;
	background:url('../../blog_archive/img/btn_blog_arch.png') 0 0 no-repeat !important;
	color:#333;
	text-decoration:none;
}
#btnBlogArea li a:hover {
	text-decoration:underline;
}
#btnBlogArea li.mgNo{
	margin:0 0 10px 0 !important;
}

.tdMsgBox{
	margin-top:30px;
	padding:20px 30px 30px 30px;
	background-color:#f9fafb;
	border:8px solid #e8e8e8;
}
.tdMsgBox p.msgTitle{
	font-size:18px;
	padding:0 0 20px 0;
}

/********************************************************
 
 Gallery
 
********************************************************/
.btnGalArea{
	overflow:hidden;
	width:720px;
	margin-bottom:50px;	
}
.btnGalArea li.smile a {
	display:block;
	float:left;
	width:341px;
	height:101px;
	overflow:hidden;
	margin:0;
	background:url('../../gallery/img/btn_gtop_smile.png') 0 0 no-repeat;
}
.btnGalArea li.smile a:hover {
	background:url('../../gallery/img/btn_gtop_smile.png') 0 -101px no-repeat;
}
.btnGalArea li.aggressive a {
	display:block;
	float:right;
	width:341px;
	height:101px;
	overflow:hidden;
	margin:0;
	background:url('../../gallery/img/btn_gtop_aggressive.png') 0 0 no-repeat;
}
.btnGalArea li.aggressive a:hover {
	background:url('../../gallery/img/btn_gtop_aggressive.png') 0 -101px no-repeat;
}
.btnGalArea li.smile a p,
.btnGalArea li.aggressive a p{
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
}

#btnGalArea2{
	overflow:hidden;
	width:720px;
	margin-bottom:30px;	
}
#btnGalArea2 ul{
	float:left;
	overflow:hidden;
	width:720px;
}

#btnGalArea2 li p{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:30px;
	text-align:center;
}
#btnGalArea2 li{
	float:left;
	width:172px;
	height:30px;
	overflow:hidden;
	margin:0 10px 10px 0;
	background:url('../../gallery/img/btn_gal_arch.png') 0 -30px no-repeat;
	color:#fff;
}
#btnGalArea2 li a {
	display:block;
	background:url('../../gallery/img/btn_gal_arch.png') 0 0 no-repeat !important;
	color:#333;
	text-decoration:none;
}
#btnGalArea2 li a:hover {
	text-decoration:underline;
}
#btnGalArea2 li.gaTop{
	float:left;
	width:172px;
	height:30px;
	overflow:hidden;
	margin:0 10px 10px 0;
	background:url('../../gallery/img/btn_gal_arch_top.png') 0 -30px no-repeat;
	color:#fff;
}
#btnGalArea2 li.gaTop a {
	display:block;
	background:url('../../gallery/img/btn_gal_arch_top.png') 0 0 no-repeat !important;
	color:#333;
	text-decoration:none;
}
#btnGalArea2 li.gaTop a:hover {
	text-decoration:underline;
}
#btnGalArea2 li.mgNo{
	margin:0 0 10px 0 !important;
}
.galFlashArea{
	margin:30px auto 0;
	text-align:center;
}

/********************************************************
 
 Sitemap
 
********************************************************/
.box3{
	margin:0 auto;
	width:820px;
	overflow:hidden;
}
.box3 ul{
	overflow:hidden;
	padding-left:1.8em;
}
.box3 li{
	float:left;
	width:250px;
	list-style-type:disc;
	font-size:14px;
	color:#1780ce;
}
.box3 li span{
	color:#333;
}
.box3 .block{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	border-bottom:1px solid #e7e7e7;
}
.box3 .block a{
	text-decoration:underline;
	color:#333;
}
.box3 .block a:hover{
	text-decoration:none;
}
.box3 li ul{
	overflow:hidden;
	padding-left:1.2em;
	margin:5px 0 0 -10px;
}
.box3 li ul li{
	float:left;
	list-style-type:disc;
	font-size:14px;
	color:#1780ce;
}
.box3 li ul li span{
	color:#333;
}
/********************************************************
 
 Privacy&Policy
 
********************************************************/
#box4{
	margin:0 auto;
	width:840px;
	overflow:hidden;
	font-size:14px;
}
#box4 ul{
}
#box4 li{
	padding-left:15px;
	background: url(../../privacy/img/bg_li.png) no-repeat 0 6px;
}
/********************************************************
 
 Contact
 
********************************************************/
.hp_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.hguide {
	width: 100%;
	border-top:double #e7e7e7;
	border-bottom:double #e7e7e7;
}

.hguide th {
	background: #ddf3ff; 
	width: 25%;
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	padding:5px 10px;
}
.hguide td {
	width: 75%;
	text-align:left;
	vertical-align:middle;
	padding:5px 10px;
}


input[type="submit"],
input[type="reset"],
input[type="button"] {
	text-align:center;
	padding:10px;
	cursor:pointer;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	border:1px solid #888;
	background-color:#eee;
}




