@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  common.css

=================================================================== */
/*-- reset --*/
html {
	/*overflow-y: scroll;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/* -------------------------------------------------------------
	基本設定
------------------------------------------------------------- */

body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	text-align: center;
	background: #FFF url(images/com_bg.gif);
	color: #333;
	font-size: 13px;
	line-height: 1.8;
	width: 100%;
}

a:link { color: #1C82DD; }
a:visited { color: #1C82DD; }
a:hover { text-decoration: none; color: #26AFEA; }
a:active {color: #1C82DD; }


/* -------------------------------------------------------------
	スタイル
------------------------------------------------------------- */


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

[wrap]
	[contents]
		[sub]
		[main]
	[menu]
	[footer]

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


/* =========================================================
wrap
========================================================= */

#wrap {
	width: 910px;
	margin: 0 auto;
	padding: 75px 0 0 0;
	position: relative;
}

/* =========================================================
menu
========================================================= */

#menu {
	position: absolute;
	left: 0;
	top: 20px;
	width: 910px;
}
#menu ul {
	width: 885px;
	height: 55px;
	padding: 0 10px 0 15px;
}
#menu li {
	width: 290px;
	height: 55px;
	padding: 0 5px 0 0;
	float: left;
}
#menu li a {
	width: 290px;
	height: 55px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#menu01 a {
	background-image: url(images/com_menu_01.jpg);
}
li#menu02 a {
	background-image: url(images/com_menu_02.jpg);
}
li#menu03 a {
	background-image: url(images/com_menu_03.jpg);
}
#menu li a:hover, #menu li.current a {
	background-position: 0 -55px;
}

/* =========================================================
contents
========================================================= */

#contents {
	width: 900px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 5px solid #ED8599;
	/*position: relative;*/
	background: #FFF url(images/com_sub_bg.gif) repeat-y 0 0;
}

/* =========================================================
sub
========================================================= */

#sub {
	float: left;
	width: 240px;
}
#siteTitle {
	width: 237px;
	height: 243px;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F7B9C4;
	background: #FBDDE2;
}
#siteTitle h1 {
	width: 183px;
	height: 191px;
	margin: 24px 0 0 26px;
	text-indent: -9999em;
	background: url(images/com_site_title.gif) no-repeat 0 0;
}
#speakersList {
	border-top: 1px solid #FFF;
	width: 168px;
	padding: 0 36px 40px 35px;
}
#speakersList h2 {
	width: 160px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(images/com_speakers_title.jpg) no-repeat 0 0;
	margin: 22px 0 0 4px;
}
#speakersList ul {
	margin: 0;
	padding: 0;
}
#speakersList ul li {
	width: 160px;
	padding: 3px 3px 6px;
	border: 1px solid #EBE4E5;
	margin: 22px 0 0 0;
	background: #FFF;
}
#speakersList ul li img {
	display: block;
}
#speakersList ul li p.speakerName {
	font-weight: bold;
	margin: 5px 5px 0;
}
#speakersList ul li p.speakerProfile {
	margin: 2px 5px 0;
	font-size: 84%;
	color: #666;
}


/* =========================================================
main
========================================================= */

#main {
	float: right;
	width: 580px;
	padding: 42px 40px 30px 0;
}
#main .intro {
}
#main .intro h1 {
}
#main .intro h1 img {
	display: block;
}
#main .intro p {
	margin: 20px 0 0 0;
}
#main .intro p.production {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 92%;
	color: #666;
}
#main .article {
	background: url(images/com_bigdot.gif) repeat-x 0 0;
	padding-top: 4px;
	margin-top: 40px;
}
#main .article h2 {
	margin: 40px 0 3px 0;
	padding: 15px 14px 14px 18px;
	line-height: 1.2; 
	font-size: 122%;
	background: url(images/com_title_bg.gif) no-repeat 0 center;
}
#main .article .section {
	clear: both;
}
#main .article .section .dialogue {
	padding-top: 15px;
}
#main .article .section .normalImg {
	margin-top: 15px;
}
#main .article .section .normalImg img {
	display: block;
}
#main .article .twoImg {
	padding-top: 15px;
}
#main .article .twoImg img {
	display: block;
	float: left;
}
#main .article .section .rightImg {
	padding-top: 15px;
	padding-left: 15px;
	float: right;
	width: 290px;
}
#main .article .section .rightImg img {
	display: block;
}
#main .article .section .leftTxt {
	width: 275px;
	float: left;
}
#main .article .section .leftImg {
	padding-top: 15px;
	padding-right: 15px;
	float: left;
	width: 290px;
}
#main .article .section .leftImg img {
	display: block;
}
#main .article .section .rightTxt {
	width: 275px;
	float: right;
}
#main .article .section .dialogue p.speaker {
	width: 50px;
	float: left;
	text-indent: 0;
	margin: 0;
	font-weight: bold;
}
#main .article .section .dialogue p {
	/*text-indent: 1em;*/
	margin-left: 50px;
}
#main a .phase {
	background: #1C82DD;
	color: #FFF;
	padding: 0 5px;
}
#main a:hover .phase {
	background: #26AFEA;
}
#main .nextArticle {
	margin-top: 40px;
	border: 3px solid #FCE9EC;
	padding: 15px 20px;
	line-height: 1.2;
}
#main .nextArticle a {
	font-weight: bold;
	font-size: 116%;
	text-decoration: none;
	color: #ED8599;
}
#main .nextArticle a:hover {
	color: #F1A0B0;
}
#main .nextArticle a .phase {
	background: #ED8599;
	color: #FFF;
}
#main .nextArticle a:hover .phase {
	background: #F1A0B0;
}
#main #contentsNav {
	margin-top: 50px;
	/*border-top: 1px solid #CCC;*/
	padding: 30px 30px 0;
	background: url(images/com_bigdot.gif) repeat-x 0 0;
}
#main #contentsNav p {
}
#main #contentsNav ul {
}
#main #contentsNav ul li {
	margin: 15px 0 0 0;
	line-height: 1.2;
}
#main #contentsNav ul li a {
	text-decoration: none;
	font-weight: bold;
}
#main p.toTop {
	text-align: right;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
#main p.toTop a {
	background: #ED8599;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
}
#main p.toTop:hover a {
	background: #F1A0B0;
}
#main p#supporter {
	margin-top: 30px;
	text-align: right;
}

/* =========================================================
footer
========================================================= */

#footer {
	clear: both;
	text-align: right;
	padding: 10px 0 15px;
}
#footer p {
	font-size: 84%;
	color: #666;
}
#footer p a {
}


/* -----------------------------------------------------------
 clearfix
----------------------------------------------------------- */
#contents:after,
#main:after,
.section:after,
.dialogue:after,
.twoImg:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html #contents,
*:first-child+html #main,
*:first-child+html .section,
*:first-child+html .dialogue,
*:first-child+html .twoImg,
*:first-child+html .clearfix {
	min-height:1%;
}
* html #contents,
* html #main,
* html .section,
* html .dialogue,
* html .twoImg,
* html .clearfix {
	height:1%;
}
