/* All Layout
-------------------------------------------------*/
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;
}

fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}

h1 {
	display: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background: #ffffff;
}

h2 {
	background: #ffffff;
	color: #ffffff;
	font-size: 12px; 
	font-weight: 600;
}

*+html h2 {
	background: #ffffff;
	color: #ffffff;
	font-size: 11px; 
	font-weight: 600;
}

* html h2 {
	background: #ffffff;
	color: #ffffff;
	font-size: 11px; 
	font-weight: 600;
}

h3 {
	display: inline;
	background: #ffffff;
	color: #444444;
	font-size: 12px; 
	font-weight: 600;
	border-bottom: 1px solid #444444;
}

hr {
	height: 1px;
	margin-top: 10px;
	text-align: left;
	border-style: solid;
	border-color: #888888;
	border-width: 1px 0 0 0;
	margin-left: 0;
}

.title {
	background: #333333;
	display: block;
	width: 681px;
	line-height: 1.8em;
	letter-spacing: 2px;
	padding-left: 15px;
}

.title1 {
	margin-bottom: 20px;
	display: block;
	width: 445px;
	padding: 0px;
	padding-left: 5px;
	color: #eeeeee;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	word-spacing: 5px;
	letter-spacing: 1px;
	background: #333333;
}

.title2 {
	display: block;
	background: #333333;
	width: 445px;
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 5px;
	color: #eeeeee;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	word-spacing: 5px;
	letter-spacing: 1px;
}

/*IE6ハック*/
* html .title {
	background: #333333;
	display: block;
	width: 686px;
	line-height: 1.8em;
	letter-spacing: 2px;
	padding-left: 15px;
}

* html .title1 {
	margin-bottom: 20px;
	width: 450px;
	font-size: 10px;
	font-weight: 600;
}

* html .title2 {
	margin-bottom: 20px;
	width: 450px;
	font-size: 10px;
	font-weight: 600;
}

body {
	background-color: #ffffff;
	color: #555555;
	font: 62.5% メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",  Osaka, sans-serif;
	text-align: center;
}

* html body p {}

/* wrapper
-------------------------------------------------*/
div#wrapper {
	padding-left: 2px;
	padding-right: 2px;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	background: #ffffff;
	border-left: #cccccc double 3px;
	border-right: #cccccc double 3px;
}

/* Header
-------------------------------------------------*/

div#header {
	height: 80px;
	margin: 0 auto;
	border: 0px;
	text-align: center;
	width: 700px;
	background: #ffffff;
}

div#logo {
	height: 70px;
	width: 700px;
	padding-top: 20px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	background: #ffffff;
	
}

/* Contents
-------------------------------------------------*/

div#contents {
	background: #ffffff;
	text-align: center;
	width: 700px;
	height: auto;
	clear: both;
	padding-bottom: 40px;
}

div#contents:after {
	content : "";
	display : block;
	height : 0;
	clear: both;
} 

/* Main
-------------------------------------------------*/
div#main {
	background: #ffffff;
	margin: 0 auto;
	width: 700px;
	text-align: center;
	clear: both;
}

div#mainbody {
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	width: 690px;
	height: auto;
	text-align: left;
}

/*IE6用ハック*/
* html div#mainbody {
	width: 700px;
	height: auto;
}

div#mainbody p.index {
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #555555;
	font-size: 12px;
	line-height:20px;
	text-align: justify;
	word-spacing: 5px;
	letter-spacing: 1px;
}

/* Menu
-------------------------------------------------*/
div#menu {
	background: #ffffff;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 25px;
	width: 700px;
}

/* IE7用ハック
位置ずれ防止のため横幅10px増し*/

*+html div#menu {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	width: 700px;
	
}

/* IE6用ハック
位置ずれ防止のため横幅10px増し*/

* html div#menu {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	width: 700px;
	
}

/* Flash
-------------------------------------------------*/

div#flash {
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	width: 700px;
	height: 200px;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

/* left
-------------------------------------------------*/

div#left {
	background: #ffffff;
	width: 220px;
	height: auto;
	float: left;
}

div#left ul,li {
	list-style: none;
}

div#left img {
	margin: 0;
	border: 0;
}

.btn {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* right
-------------------------------------------------*/

div#right {
	background: #ffffff;
	width: 450px;
	height: auto;
	float: left;
	padding-left: 15px;
	text-align: justify;
}

#right ul {
	padding-bottom: 20px;
}

#right li {
	margin-left: 40px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 1px;
}

div#right p {
	padding-bottom: 15px;
	color: #555555;
	font-size: 12px;
	line-height:20px;
	text-align: justify;
	word-spacing: 5px;
	letter-spacing: 1px;
}

* html div#right p {
	font-size: 10px;
}

/* pdf
-------------------------------------------------*/

.pdf {
	width: 450px;
	text-align: right;
}

.pdf a {
	font-size: 1.2em;
	color: #ff5555;
}

.pdf a:hover {
	font-size: 1.2em;
	background: #ff5555;
	color: #ffffff;
}

/* bio
-------------------------------------------------*/

.bio {
	padding: 0px;
	display: block;
	color: #555555;
	font-size: 10px;
	line-height:14px;
	float: none;
	text-align: left;
}

.bioauto {
	height: auto;
	padding-top: 10px;
	display: block;
	color: #555555;
	font-size: 10px;
	line-height:14px;
	text-align: left;
}

.bioright {
	float: right;
	padding-top: 10px;
	display: block;
	color: #555555;
	font-size: 10px;
	line-height:14px;
	text-align: right;
}

/* IE6用ハック*/

* html .bio {
	font-size: 9px;
}

* html .bioauto {
	font-size: 9px;
}

* html .bioright {
	font-size: 9px;
}

/* imgbox
-------------------------------------------------*/

.imgbox01_1 {
	padding-bottom: 20px;
	width: 450px;
	height: 130px;
	float: right;
}

.imgbox01_2 {
	padding-bottom: 20px;
	width: 450px;
	height: 260px;
	float: right;
}

.imgbox01_3 {
	padding-bottom: 20px;
	width: 450px;
	height: 178px;
	float: right;
}

.imgbox02_1 {
	width: 450px;
	padding-bottom: 10px;
	height: 128px;
	clear: both;
}

.imgbox02_2 {
	width: 450px;
	padding-bottom: 10px;
	height: 229px;
	clear: both;
}

.imgbox04_1 {
	width: 450px;
	padding-bottom: 20px;
	height: 197px;
	clear: both;
}

.imgbox04_2 {
	width: 450px;
	padding-bottom: 20px;
	height: 155px;
	clear: both;
}


/* imgleft
-------------------------------------------------*/

.imgleft01_1 {
	display: block;
	padding-top: 5px;
	width: 240px;
	float: left;
}

.imgleft01_2 {
	display: block;
	padding-top: 5px;
	width: 190px;
	float: left;
}

.imgleft01_3 {
	display: block;
	padding-top: 5px;
	width: 210px;
	float: left;
}

.imgleft02_1 {
	display: block;
	width: 188px;
	padding: 0px;
	float: left;
}

.imgleft02_2 {
	display: block;
	width: 150px;
	padding: 0px;
	float: left;
}

.imgleft04_1 {
	display: block;
	width: 210px;
	padding: 0px;
	float: left;
}

.imgleft04_2 {
	display: block;
	width: 240px;
	padding: 0px;
	float: left;
}

/* textright
-------------------------------------------------*/

.textright01_1 {
	width: 210px;
	height: 130px;
	padding-top: 4px;
	float: right;
}

.textright01_2 {
	width: 260px;
	height: 260px;
	padding-top: 4px;
	float: right;
}

.textright01_3 {
	width: 240px;
	height: 178px;
	padding-top: 4px;
	float: right;
}

.textright02_1 {
	width: 254px;
	padding: 0px;
	float: right;
}

.textright02_2 {
	width: 290px;
	padding: 0px;
	float: right;
}

.textright04_1 {
	width: 240px;
	padding: 0px;
	float: right;
}

.textright04_2 {
	width: 210px;
	padding: 0px;
	float: right;
}

/* Footer
-------------------------------------------------*/
div#footer {
	margin: 0 auto;
	width: 700px;
	height: auto;
	text-align: center;
	background: #ffffff;
	border: 0px;
	clear: both;
}

div#footer p {
	margin: 0 auto;
	width: 700px;
	padding-top: 0px;
	line-height: 3em;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background: #999999;
}

/* Etc
-------------------------------------------------*/

a:focus{
	outline:none;
}

.image {
	border: 0px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.tenji {
	color: #ff0000;
}

li#podcast {
	margin-top: 20px;
}
