@charset "utf-8";
/* CSS Document */

/*
	リセット
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
}


/* よく使う要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
caption, img, form {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}


/* リスト */
ol, ul{
	list-style: none;
}


/* テーブルのボーダー */
table {
	border-collapse: collapse;
}

caption, th{
	text-align: left;
}


/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}


/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}




/*
	基本構造
--------------------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	background-image: url(image/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}


#wrapper {
	width: 760px;
	padding: 0px;
	margin: 0px auto;
}

#wrapper h1 {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 50px;
	color: #FFFFFF;
}





/*
	リンク
--------------------------------------------------------------*/

a:link		{}
a:visited	{}
a:hover		{}
a:active	{}



/*
	ヘッダ
--------------------------------------------------------------*/

#header { 
}




/*
	メインコンテンツ
--------------------------------------------------------------*/

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	background-color: #FFFFFF;
}


#content h2 {
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}


#content p {
	margin-right: 52px;
	margin-bottom: 20px;
	margin-left: 52px;
	line-height: 1.5em;
}


#content .center {
	text-align: center;
}


#content .lead {
	margin-bottom: 60px;
}


#content .benefit {
	margin-bottom: 60px;
}

#content .benefit .point {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	border: 1px solid #330099;
	background-color: #F9F9F9;
}



#content .benefit h3 {
	margin: 20px 30px 20px;
}


#content .lecture {
	margin-bottom: 60px;
}

#content .lecture .section {
	padding-top: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #666666;
}


#content .lecture h3 {
	padding-bottom: 5px;
	padding-left: 13px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom: 1px solid #330099;
	border-left: 8px solid #CC0000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
}
#content  .lecture  .section  .koushi {
	font-weight: bold;
	margin-bottom: 10px;
}
#content .lecture .section ul.shoukai {
	margin-bottom: 40px;
	margin-left: 30px;
}

#content .lecture .section ul.shoukai li {
	margin-bottom: 5px;
	margin-left: 70px;
	list-style-position: outside;
	list-style-type: disc;
}



#content .lecture .section .nbr {
	width: 6em;
	margin-left: 30px;
	color: #FFFFFF;
	text-align: center;
	background-color: #330099;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	margin-top: 40px;
}
#content  .lecture  .section  ul.youkou {
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 30px;
}
#content  .lecture  .section  ul.youkou li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
	line-height: 1.5em;
}


#content .lecture .section hr {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CCCCCC;
}


#content .lecture .gist {
	padding: 30px;
	margin-right: 50px;
	margin-left: 50px;
	border: 2px solid #36059C;
}
#content    .lecture    .head   {
	height: 40px;
	width: 150px;
	margin-left: 50px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: #330099;
}
#content .lecture table {
	margin-right: 30px;
	margin-left: 30px;
}

#content  .lecture  table  th  {
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #EEEEEE;
}
#content  .lecture  table  td  {
	padding: 20px;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
}
#content  .lecture  dl  {
	margin-bottom: -1em;
}
#content  .lecture  dt  {
	font-weight: bold;
	color: #CC0000;
}
#content  .lecture  dd  {
	margin-bottom: 1em;
	margin-left: 2em;
}




#content .profile {
	margin-bottom: 60px;
}

#content .profile .torii,
#content .profile .tateishi
 {
	padding: 30px 30px 10px;
	margin: 30px 50px;
	border: 1px solid #999999;
}


#content .profile h3 {
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: 8px solid #CC0000;
}
#content .profile h4 {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #330099;
	padding-top: 4px;
	padding-left: 30px;
}
#content  .profile  .impression  {
	background-color: #F9F9F9;
	margin-bottom: 30px;
	padding: 30px 30px 10px;
	border: 1px solid #EEEEEE;
}
#content .profile h5 {
	margin-bottom: 20px;
	font-weight: bold;
	border-left: 8px solid #330099;
	padding-left: 10px;
	line-height: 1.5em;
	background-color: #FFFFE1;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #330099;
}
#content    .profile    .impression    .client     {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dotted #000000;
}





#content .profile .torii p,
#content .profile .tateishi p
 {
	margin-right: 0px;
	margin-left: 0px;
}



#content .profile .torii img,
#content .profile .tateishi img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



#content .application {
	margin-bottom: 60px;
}


#content .organizer { margin-bottom: 20px; 
}

#content .organizer h3 {
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	border-left: 15px solid #330099;
	font-weight: bold;
}








/*
	フッタ
--------------------------------------------------------------*/

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 1.5em;
}




/*  
	その他
--------------------------------------------------------------*/

/* 左右のフロートをクリア */

.clr { clear:both; }

/* 太字・茶 */
.brown {
	font-weight: bold;
	color: #990000;
}


/* 赤 */
.red {
	color: #CC0000;
	font-weight: bold;
}


/* 太字 */
.fat {
	font-weight: bold;
}

/* アンダーライン */
.uline {
	font-weight: bold;
	text-decoration: underline;
}

/* 黒 */
.black {
	color: #000000;
}



/*
	clearfix
------------------------------------------------------------- */
.clearfix {
	display: inline-block;
}


.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}


/*  Hides from IE-mac  \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	clear: both;
	display: block;
}

/* end */

