/*
Theme Name: Kyoto-daisakusen
Theme URI: http://Kyoto-daisakusen.jp/
Description: Daisaku Kadokawa.
Version: 2.0
Author: astral-es
Author URI: http://www.astral-es.com/
*/

/* Structure - Begin */

body {
	margin: 0px auto 0px auto;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/backgraound.gif);
	background-repeat: repeat; /* 繰り返し */
}

#background {
	width: 750px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(images/background-on.gif);
	background-repeat: repeat-y;
}

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

h_shadow-l {
	width: 10px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/header_s-left.gif);
	float: left;
}

#header .h_title {
	width: 450px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/header_title.gif);
	float: left;
}

#header .h_title h1 {
	margin: 10px;
	padding: 0;
}

#header .h_image {
	width: 280px;
	height: 80px;
	margin: 0;
	padding: 10px;
	background-image: url(images/header_image.jpg);
	text-align:right;
	float: left;
}

#header .h_shadow-r {
	width: 10px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/header_s-right.gif);
	float: left;
}

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	background-image: url(images/f_background-on.gif);
	clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 1.25em;
}
	
/* Structure - End */


/* Navigation - Begin */

.navigation {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/f_background-on.gif);
}

.navigation #navi_01 {
	float: left;
}

.navigation #navi_01 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_01.gif);
	background-repeat: no-repeat;
}

.navigation #navi_01 a:hover {
	background-image: url(images/navi_01-over.gif) ;
	background-repeat: no-repeat;
}

.navigation #navi_02 {
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;	
}

.navigation #navi_02 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_02.gif);
	background-repeat: no-repeat;
}

.navigation #navi_02 a:hover {
	background-image: url(images/navi_02-over.gif) ;
	background-repeat: no-repeat;
}

.navigation #navi_03 {
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}

.navigation #navi_03 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_03.gif);
	background-repeat: no-repeat;
}

.navigation #navi_03 a:hover {
	background-image: url(images/navi_03-over.gif) ;
	background-repeat: no-repeat;
}

.navigation #navi_04 {
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;	
}

.navigation #navi_04 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_04.gif);
	background-repeat: no-repeat;
}

.navigation #navi_04 a:hover {
	background-image: url(images/navi_04-over.gif) ;
	background-repeat: no-repeat;
}

.navigation #navi_05 {
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;	
}

.navigation #navi_05 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_05.gif);
	background-repeat: no-repeat;
}

.navigation #navi_05 a:hover {
	background-image: url(images/navi_05-over.gif) ;
	background-repeat: no-repeat;
}

.navigation #navi_06 {
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;	
}

.navigation #navi_06 a {
	width: 125px;
	height: 40px;
	display:block;
	background-image: url(images/navi_06.gif);
	background-repeat: no-repeat;
}

.navigation #navi_06 a:hover {
	background-image: url(images/navi_06-over.gif) ;
	background-repeat: no-repeat;
}

.no-display {
	display: none;
}

/* Navigatione - End */


/* Main - Begin */

#group {
	width: 750px;
	margin: 0;
	padding: 15px 0 25px 0;
}

#main {
	width: 500px;
	float: right;
	margin: 0 ;
	padding: 0 15px 35px 0;
}

#content {
	width: 500px;
	margin: 0 20px 0 0;
	padding: 0 0 30px 0;
	float: left;
	display: inline; /* IE6+5.x 対応 */
}

#photo {
	width: 500px;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url(images/pct.jpg);
	background-repeat: no-repeat;
}

.news {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	text-align: left;
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.news h2 {
	margin: 0 0 10px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab_news.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.news p {
	margin: 0 0 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	color :#333333;
}

.news a {
	text-decoration: none;
	color :#0066CC;
}

.news a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.news img {
	margin: 0 1px;
	padding: 0;
	position: relative; top:0.175em; left:0;
}

.diary {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.diary h2 {
	margin: 0 0 10px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab_diary.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.diary h3 {
	margin: 0 0 10px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_diary.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.diary p {
	margin: 0 15px 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	/* text-align: left; */
	color :#333333;
}

.diary a {
	text-decoration: none;
	color :#0066CC;
}

.diary a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.manifesto {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

h3.manifesto-1 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_manifesto.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

h3.manifesto-2 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_manifesto-2.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.manifesto p {
	margin: 0 15px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.manifesto h6 {
	margin: 0 20px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: right;
	color :#333333;
}

.manifesto a {
	text-decoration: none;
	color :#0066CC;
}

.manifesto a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.manifesto table {
	margin: 10px auto;
	width: 450px;
	border: 1px solid #006600;
	}
	
.manifesto table td {
	padding: 10px;
	vertical-align: middle;	
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	}	
	
.manifesto table td img {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	position: relative; top:0.25em; left:0;
}

.greeting {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.greeting h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_greeting.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.greeting p {
	margin: 0 15px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.schedule {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.schedule h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_schedule.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.schedule #calender {
	margin: 0;
	padding: 10px;
	width: 480px;
	height: 600px;
	display: block;
}

.profile {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.profile h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_profile.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.profile h4 {
	margin: 0 0 5px 20px;
	padding: 0;
}

.profile dl {
	margin:10px 0 0 0;
}

.profile dl dt,
.profile dl dd {
	margin:0;
}

.profile dl dt p {
	margin: 0 0 5px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.profile dl dt img {
	width:145px;
	margin:0 10px 15px 10px;
	display: block;
	float:left;
}

table.pro_pct {
	width:460px;
	margin:0px auto 20px auto;
	clear: both;
}

td.pro_pct-pct {
	width:220px;
	margin:0;
	padding:0;
}

td.pro_pct-txt {
	width:220px;
	margin:0;
	padding:5px 0 10px 0;
	vertical-align:top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	vertical-align: top;
}

td.pro_pct-space {
	width:20px;
	margin:0;
	padding:0;
}


.message {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.message h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_message.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.message h4 {
	margin: 0 0 5px 20px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	text-align: left;
}

.message dl {
	width:480px;
	margin:10px;
}

.message dl dt,
.message dl dd {
	margin:0;
	height:230px;
	padding: 15px 0;
	vertical-align:top;
	
	border-bottom: 1px dotted #0066CC;
	clear: both;
}

.message dl dt p {
	margin: 0 0 5px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.message dl dt img {
	margin: 0 10px 0 10px;
	display: block;
	float:left;
}

.message dl dt p div {
	width:210px;
	height:210px;
	display: block;
}


.saying {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.saying h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_saying.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.saying ul {
	margin: 10pxpx 10px 5px 5px;
	padding: 0;
}

.saying ul li {
	margin: 0 0 7px 15px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
}


.career {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.career h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_career.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.career h4 {
	margin: 0 0 5px 20px;
	padding: 0;
}

.career dl {
	margin:10px 0 0 0;
}

.career dl dt,
.career dl dd {
	margin:0;
}

.career dl dt p {
	margin: 0 0 5px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.career dl dt img {
	width:145px;
	margin:0 10px 15px 10px;
	display: block;
	float:left;
}

table.career_ta {
	width:460px;
	margin:0px auto 20px auto;
	clear: both;
}

table.career_ta th,
table.career_ta td {
	padding:5px;
	vertical-align:top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	color :#333333;
	border-bottom: 1px dotted #003366;
}

table.career_ta2 {
	width:460px;
	margin:0px auto 20px auto;
	clear: both;
}

table.career_ta2 th,
table.career_ta2 td {
	padding:5px;
	vertical-align:top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	border-bottom: 1px dotted #003366;
}

table.career_ta2 th{
	width:141px;
	}

table.career_ta2 td ul{
	margin: 0;
}

table.career_ta2 td ul li{
	margin: 0;
	padding: 5px 0 0 0;
}

span.hide{
	color:#F2F8FD;
}

span.pad10{
	padding-left:10px;
}

span.pad30{
	padding-left:30px;
}


.office {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.office h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_office.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.office p {
	margin: 0 15px 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	/* text-align: left; */
	color :#333333;
}

.office a {
	text-decoration: none;
	color :#0066CC;
}

.office a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.office #map {
	margin: 0;
	padding: 10px ;
	width: 480px;
	height: 396px;
}

.link {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.link h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_link.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.link p {
	margin: 0 15px 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	/* text-align: left; */
	color :#333333;
}

.link a {
	text-decoration: none;
	color :#0066CC;
}

.link a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.link-group {
	margin: 15px 0 0 0;
	padding: 0 13px;
	width: 474px;
	height: 170px;
	/* display: block; */
	
}

.link-box {
	margin: 0;
	padding: 0 12px 10px 0;
	width: 150px;
	/* display: block; */
	float: left;
}

.link-box img {
	margin: 0 0 5px 0;
	width: 150px;
	height: 120px;
}

.link-box_r {
	margin: 0;
	padding: 0 0 10px 0;
	width: 150px;
	/* display: block; */
	float: right;
}

.link-box_r img {
	margin: 0 0 5px 0;
	width: 150px;
	height: 120px;
}


.faq {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.faq h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_faq.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.faq h4 {
	margin: 0 15px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-weight:bold;
	line-height: 160%;
	text-align: left;
	color :#0066CC;
}

.faq p {
	margin: 0 15px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.faq h6 {
	margin: 0 20px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: right;
	color :#333333;
}

.faq a {
	text-decoration: none;
	color :#0066CC;
}

.faq a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.faq table {
	margin: 10px auto;
	width: 450px;
	border: 1px solid #006600;
}
	
.faq table td {
	padding: 10px;
	vertical-align: middle;	
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
}	
	
.faq table td img {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	position: relative; top:0.25em; left:0;
}	


.mailbox {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 500px;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	/* font-size: 1em; */
	/* text-align: left; */
	color: #666666;
	border-bottom: 1px solid #0066CC;
	background-position: 0;
	background-color: #F2F8FD;
}

.mailbox img {
	margin: 10px;
}

.mailbox h3 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: right;
	color :#330000;
	background-image: url(images/tab-l_mailbox.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

.mailbox p {
	margin: 0 15px 10px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	text-justify: distribute;
	color :#333333;
}

.mailbox a {
	text-decoration: none;
	color :#0066CC;
}

.mailbox a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.mailbox table {
	margin: 10px auto;
	border: 1px solid #0066CC;
}

.mailbox form {
	margin: 10px auto;
}

.mailbox table caption {
	margin: 5px 10px 0 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	text-align: left;
	color :#0066CC;
}

.mailbox table td {
	border-bottom: 1px dotted #0066CC;
}

.mailbox table span {
	color: #0066CC;
}
	
td.left {
	width: 150px;
	padding: 5px 0 5px 10px;
	vertical-align: middle;	
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
	border-right: 1px dotted #0066CC;
}

td.right {
	width: 250px;
	padding: 5px 0 5px 10px;
	vertical-align: middle;	
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	font-weight:normal;
	line-height: 155%;
}	
	
#btn_center {
	width: 500px;
	padding: 5px 0 5px 0;
	text-align: center;
}

/*main-post*/
.post {
	margin: 0 0 20px 0;
	width: 500px;
	text-align: justify;
}

.post p {
	margin: 0 0 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-weight:normal;
	line-height: 160%;
	/* text-align: left; */
	color :#333333;
	display: block;
}

.post a {
	text-decoration: none;
	color :#0066CC;
}

.post a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.post img {
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
	/* float: left; */
	/* position: absolute; top:0.175em; left:0; */
}

.post h2 {
	margin: 0;
	padding: 0;
	height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.125em;
	text-align: left;
	color :#0066CC;
	background-image: url(images/dotted-line_s.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0 1.2em;
}

.post h2 a {
	color :#0066CC;
	text-decoration: none;
}

.post h2 a:hover {
	color :#FF3366;
	text-decoration: underline;
}

.post h3 {
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.25em;
	line-height: 150%;
	color :#330000;
	text-align: left;
	font-weight: normal;
}

.post h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	line-height: 150%;
	color :#FF3366;
	text-align: right;
	font-weight: normal;
}

.post h5 {
	margin: 0 0 10px 15px;
	padding: 0 0 3px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight: border;
	line-height: 160%;
	text-align: left;
	color :#333333;
	border-bottom: 1px dotted #0066CC;
}

.post h6 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	color :#666666;
}

.post_entry {
	margin: 0 0 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	line-height: 160%;
	text-align: left;
	color :#333333;
}

.post_entry a {
	text-decoration: none;
	color :#0066CC;
}

.post_entry a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.post_entry img {
	border: 0;
}

.post_entry p {
	margin: 0 0 1em 0;
}

.post_entry blockquote {
	margin-bottom: 1em;
	padding: 9px 10px 9px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8125em;
	font-weight:normal;
	line-height: 150%;
	text-align: left;
	color :#666666;
	background-color: #FAF8E8;
	border: 1px solid #f2eec6;
}

.post_entry blockquote h3 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 1.125em;
	text-align: left;
	color: #997f7f;
	border-bottom: 1px dotted #997f7f;
}

.post_entry blockquote p {
	margin: 0 0 5px 0;
}

.post_entry ul, .post_entry ol {
	margin:  0.3em 0 0.3em 25px;
	padding: 0;
}

.post_entry li {































	margin: 0;
	padding: 0;
	font-size:1em;
	line-height: 145%;
}

.post_entry hr {
	margin: 1em 0;
	background-color: #ffffff;
	color :#ffffff;
	border-top: 1px solid #997f7f;
	font-size:1em;
	line-height: 145%;
}

.post_entry code {
	font-family: "Courier New", Courier, monotype;
	font-size:1em;
	line-height: 145%;
}

p.post_metadata {
	margin: 10px 0 0 0;
	padding: 5px 2px 2px 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.6825em;
	font-weight:normal;
	text-align: right;
	color :#0066CC;
	border-top :1px dotted #0066CC;
}

.post_metadata a {
	text-decoration: none;
	color :#FF3366;
}

.post_metadata a:hover {
	text-decoration: underline;
	color :#FF3366;
	/* background-color: #f2eec6; */
}

.post_archive {
	width: 470px;
	margin: 0 auto 0.5em auto;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	line-height: 150%;
	text-align: left;
	color :#330000;
}

.s-navigation {
	width: 500px;
	height: 1em;
	margin: 0.5em 0;
	padding: 0.5em 0;
	background-color: #FFC1C1;
	border-top: 1px dotted #009933;
	border-bottom: 1px dotted #009933;
}

.alignright {
	margin:0;
	padding: 0 0.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	text-align: left;
	color :#009933;
	float: right;
	display: inline; /* IE6+5.x 対応 */
}

.alignright a {
	text-decoration: none;
	color :#009933;
}

.alignright a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.alignleft {
	margin:0;
	padding: 0 0.5em;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.875em;
	font-weight:normal;
	text-align: left;
	color :#009933;
}

.alignleft a {
	text-decoration: none;
	color :#009933;
}

.alignleft a:hover {
	text-decoration: underline;
	color :#FF3366;
}

.tagged {
	padding: 0.5em 0  0.5em 0;
	background: url('images/hr_tag_sep.gif') no-repeat;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: right;
	color: #888;
	border-top: 1px dotted #0066CC;
	clear: both;
}

.tagged a, .tagged a:visited {
	padding: 0.25em;
	color: #FF3366;
	text-decoration: none;
}
	
.tagged a:hover {
	color: #fff;
	background: #FF3366;
	text-decoration: none;
}

.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
	display: inline; /* IE6+5.x 対応 */
}

.post_working {
	margin: 0;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-weight:normal;
	line-height: 150%;
	text-align: left;
	color :#666666;
	background-color: #f2eec6;
	border: 1px solid #0066CC;
}

.post_working h3 {
	margin: 0;
	font-size: 1.25em;
	text-align: left;
	color: #330000;
	border-bottom: 1px dotted #330000;
}

.post_working p {
	margin: 5px 0 0 0;
}

.post_url{
	margin: 0 0 1em 0;
	padding: 0.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-weight:normal;
	line-height: 150%;
	text-align: left;
	color :#666666;
	background-color: #fff1fb;
	border-left: 1px solid #FF3366;
	border-top: 1px solid #FF3366;
	border-bottom: 1px solid #FF3366;
	border-right: 1px solid #FF3366;
}

.post_url h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
	text-align: left;
	color: #FF3366;
	border-bottom: 1px dotted #FF3366;
}

.post_url h3 a {
	color :#FF3366;
	text-decoration: none;

}

.post_url h3 a:hover {
	color :#330000;
	text-decoration: underline;
}

.post_url p {
	margin: 5px 0 0 0;
	padding: 0em;
	font-size: 0.875em;
	line-height: 150%;
}

#clear {
	width: 750px;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

p.clear {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0px;
}

/* Main - End */


/* Sidebar - Begin */

#sidebar {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 20px 15px;
	display: inline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	display: inline; /* IE6+5.x 対応 */
	font-family: Arial, Helvetica, sans-serif; /* "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" */
	font-size: 0.875em;
	/* background-color: #f2eec6; */
	/* background-color: #eae5e5; */
}

#sidebar ul li ul li a {

	display: block;
	margin: 8px 10px 5px 10px;
	padding: 0 0 0 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	line-height: 125%;
	text-align :left;
	color :#330000;
	background-image : url(images/li.gif) ;
	background-position : 0% middle ; /* 位置は左端の上 */
	background-repeat : no-repeat ; /* 背景を繰り返し表示しない */
	list-style-type:none;
}


#sidebar ul li ul li img {
	margin: 0 2px 0 0;
	padding: 0;
	position: relative; top:0.25em; left:0;
}

h2.movie {
	width: 200px;
	height: 33px;
	margin: 0 0 5px 0;
	padding: 0;
	background-image: url(images/tab_movie.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	text-align: right;
	position: relative; top:0; left:0;
}

h2.manifesto {
	width: 200px;
	height: 120px;
	margin: 10px 0;
	padding: 0;
	background-image: url(images/manufesto_yt.jpg);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
}

h2.bnr_greeting {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_greeting a {
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_greeting_new.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_profile {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_profile a {
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_profile.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_manifesto {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_manifesto a {
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_manifesto.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_schedule {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_schedule a {
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_schedule.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_profile {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_profile a {
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_profile.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_message {
	width: 200px;
	height: 72px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_message a{
	width: 200px;
	height: 72px;
	background-image: url(images/bnr_message.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_tsukuru {
	width: 200px;
	height: 90px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_tsukuru a{
	width: 200px;
	height: 90px;
	background-image: url(images/bnr_tsukuru.jpg);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.bnr_daisuki {
	width: 200px;
	height: 90px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.bnr_daisuki a{
	width: 200px;
	height: 90px;
	background-image: url(images/bnr_daisuki.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	background-color: #FFFFFF;
	display:block;
}

h2.s-diary-new {
	width: 200px;
	height: 33px;
	margin: 15px 0 5px 0;
	padding: 0;
	background-image: url(images/tab-diary-new.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	text-align: right;
	position: relative; top:0; left:0;
}

h2.s-diary-category {
	width: 200px;
	height: 33px;
	margin: 10px 0 5px 0;
	padding: 0;
	background-image: url(images/tab-diary-category.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0;
	text-align: right;

	position: relative; top:0; left:0;
}

#sidebar ul li h3 {
	height: 23px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align :left;
	list-style-type:none;
	/* background-attachment: fixed; */
}

#sidebar ul li h4 {
	height: 10px;
	margin: 0;
	padding: 0;
}

/*
#sidebar ul li h2 a {
	margin: 0;
	padding: 0;
	color :#ffffff;
	text-decoration: none;
}

#sidebar ul li h2 a:hover{
	color :#FF3366;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#sidebar ul li h2 img {
	margin: 0;
	padding: 0;
	position: relative; top:0.25em; left:0;
}
*/

#sidebar ul li object {
	margin: 0 0;
	padding: 0;
}

#sidebar ul li embed {
	margin: 0;
	padding: 0;
}

#sidebar ul li param {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul {
	margin: 0;
	padding: 0;
	/* background-color: #f2eec6; */
	/* background-color: #eae5e5; */
	border-bottom: 1px solid #0066CC;
}

#sidebar ul li ul li {
	width: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 125%;
	text-align :left;
	color :#0066CC;
	/* background-image : url(images/li.gif) ;
	/* background-position : 0% top ; 位置は左端の上 */
	/* background-repeat : no-repeat ; 背景を繰り返し表示しない */
	list-style-type:none;
	background-color: #ffffff;
}

#sidebar ul li ul li a {
	color :#0066CC;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li ul li a:hover{
	color :#FF3366;
	text-decoration: underline;
}

#sidebar ul li ul li img {
	margin: 0 2px 0 0;
	padding: 0;
	position: relative; top:0.25em; left:0;
}

/* Sidebar  - End */

p.correspondence {
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent:12px;
	width:auto;
	height:auto;
	line-height:180%;
}

h4.correspondence {
	margin:20px 0px 20px 15px;
	padding:0px;
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	width:480px;
	height:auto;
color: #669900;
font-weight:normal;
}

a#map_cor:hover {
	border:solid 1px #0066FF;
}

a#correspondence {
	width:163px;
	height:92px;
	display:block;
	background-image:url(images/kyokantusin_f.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

a#correspondence:hover {
	width:163px;
	height:92px;
	display:block;
	background-image:url(images/kyokantusin_h2_r1_c1.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
