/*値の初期化------------------------------------------*/

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
        font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 97%;
        /*letter-spacing: 1px;*/
	list-style: none;
	color: #333333;
/*ハック------------------------------*/
 	box-sizing : border-box;
 	-moz-box-sizing : border-box
/*------------------------------------*/
}

/*----------------------------------------------------*/

/*LINKのアンダーライン消去と色の決定--------------*/

a { text-decoration: none; }
a:link { color: #447799; }
a:visited { color: #336677; }

/*-----------------------------------------------*/

/*サイトマップページ-------------------------------*/

#site_map {
  font-size: 0.9em;
}

/*-----------------------------------------------*/

/*サブメニューページ-------------------------------*/
#sub_menu{
	float: left;
	margin: 0px 5px 10px 30px;
	width: 600px;
        font-size: 1.0em;
	line-height: 150%;
	letter-spacing: 0.1em;	
}

#sub_menu h1{
	width: 350px;
	margin-top: 2px;
	margin-bottom: 0.8em;
	border-left: 5px;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-left-color: #558855;
	border-bottom-color: #558855;	
	padding-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#sub_menu h2{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-size: 1.1em;
	font-weight: bold;
}

#sub_menu h3{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-size: 1.0em;
	font-weight: bold;
}

#sub_menu p{
	padding-left: 1em;
	padding-right: 1em;
	text-indent: 1em;
	letter-spacing: 0.1em;
	font-size: 1em;
}
#sub_menu ul{
	font-size: 1.1em;
        line-height: 1.7em;
}

#sub_menu ul li{
	list-style-type: none;
	vertical-align: middle;
	margin-left: 2em;
        padding-left: 1.2em;
	font-size: 1em;
        background-image: url("images/small_button4.gif");
        background-repeat: no-repeat;
        background-position: 0 0.3em;
}

#sub_menu ol{
}

#sub_menu ol li{
	margin-left: 2em;
	font-size: 1em;
	list-style-type: decimal;
}

/*-----------------------------------------------*/

/*全てのページに共通する設定--------------------------*/

body {
	background-color: #335533;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 5px 10px 10px 10px;
	border-left: 1px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

/*テーブル*/
table {
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

th {
	padding: 5px;
	border: 1px solid #666;
	background-color: #DDFFDD;
	text-align: left;
}

td {
	padding: 5px;
	border: 1px solid #666;
}

/*フォーム関連*/

input {
	border: 2px;
}
textarea {
	border: 2px;
}

/*トップページ以外のコンテンツ*/
#contents{
	float: left;
	margin: 0px 5px 10px 30px;
	width: 600px;
	line-height: 150%;
	letter-spacing: 0.1em;	
}

#contents h1{
	width: 350px;
	margin-top: 2px;
	margin-bottom: 0.8em;
	border-left: 5px;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-left-color: #558855;
	border-bottom-color: #558855;	
	padding-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#contents h2{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-size: 1.1em;
	font-weight: bold;
}

#contents h3{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-size: 1.0em;
	font-weight: bold;
}

#contents p{
	padding-left: 1em;
	padding-right: 1em;
	text-indent: 1em;
	letter-spacing: 0.1em;
	font-size: 1em;
}

#contents ul{
	font-size: 1em;
}

#contents ul li{
	list-style-type: square;
	vertical-align: middle;
	margin-left: 2em;
	font-size: 1em;
}

#contents ol{
}

#contents ol li{
	margin-left: 2em;
	font-size: 1em;
	list-style-type: decimal;
}

.small_font {
        font-size: 0.8em;
}

.smaller_font {
        font-size: 0.6em;
}

.red_font {
        color: #ee3333;
}

.align_right {
        text-align: right;
}
        

/*ヘッダーグループ------------------------------------*/

/*ヘッダー全体*/
#header {
	margin-top: 0px;
	height: 115px;
	background-color: #FFFFFF;
}

/*メインタイトル*/
#main_title {
	float: left;
	width: 300px;
}

/*サブタイトル*/
#sub_title {
	float: left;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;

}

/*問い合わせ電話・メール*/
#tel_email {
	margin-top: 8px;
	margin-right: 50px;
	float: right;
}

/*トップメニュー*/
#top_menu_box {
}

#top_menu {
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	margin: 5px 0px 0px 2px;
	padding: 2px 0px 0px 20px;
	width: 733px;
	height: 18px;
	background-color: #EEEEEE;
	color: #222222;
	font-size: 14px;
	clear: both;
}

#top_menu ul {
}

#search_box {
	border: 2px;
	height: 15px;
	width: 70px;
	margin-bottom: 5px;
}

#submit_btn {
	border: 2px;
	height: 15px;
	width: 60px;
}

#top_menu li {
	float: left;
	padding-right: 3px;
	letter-spacing: 0.1em;
}

/*パンくずリスト*/
.B_crumbBox {
	clear: left;
	float: left;
	width: 740px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}

/*左ボックスグループ----------------------------------*/
#left_box {
	clear: left;
	float: left;
	padding: 0px;
	width: 140px;
}

#left_menu_title {
        background-image: url("top_images/green_tab.gif");
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 8px;
}

#left_menu {
	background-color: #FFFFFF;
	margin-left: 0px;
	border: 1px;
	border-style: solid;
	border-color: #BBBBEE;
	padding-left: 0px;
	padding-bottom: 8px;
}

#left_box ul{
	margin-top: 8px;
	margin-bottom: 2px;
}

#left_box li{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBEE;
	background-image: url("top_images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#left_box li img {
	vertical-align: middle;
}

#left_box li li{
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom: none;
	border-bottom-color: #BBBBEE;
	background-image: url("top_images/arrow_orange.gif");
	background-repeat: no-repeat;
}

#left_box li li a:hover{
	background-color: #AAAAAA;
	font-weight: bold;
}

/*中央ボックスグループ--------------------------------*/
#center_box {
	background-color: #FFFFFF;
	float: left;
	margin-left: 8px;	
	padding: 0px;
	width: 425px;
}

#topics_title {
        background-image: url("top_images/green_tab.gif");
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
}

#topics_contents {
	/*height: 128px;*/
	height: 138px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px;
	border-style: solid;
	border-color: #BBBBEE;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#topics_contents ul {
        margin-top: 0px;
        padding-top: 0px;
        border-top: 0px;
}

#topics_contents li {
        margin-top: 0px;
	margin-bottom: 5px;
        padding-top: 0px;
        border-top: 0px;
}

#hello_member_title {
        background-image: url("top_images/green_tab.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#hello_member_contents {
	float: left;
	margin-left: 0px;
	border: 1px;
	border-style: solid;
	border-color: #BBBBEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hello_member {
	float: left;
	width: 410px;
	padding: 5px 5px;
	float: left;
	clear: left;
}

#hello_member_contents img {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #448877;
}

.hello_member_theme {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 2px;
        color: #225566;
}
.hello_member_subtheme {
        font-weight: bold;
        margin-bottom: 3px;
}
.hello_member p {
        font-size: 1em;
	padding-top: 10px;
	line-height: 1.5em;
	text-indent: 1em;
}

#hello_member_link {
	padding-left: 88px;
}

#cci_banner_area {
        width: 423px;
        padding-left: 2px;
}

#cci_banner_area img {
        margin-top: 5px;
        margin-left: 1px;
        border: 0px;
        padding: 0px;
}

#webseminar_area {
        text-align: center;
	width: 418px;
}


/*右ボックスグループ----------------------------------*/
#right_box {
	margin-left: 8px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
	width: 178px;
}

#admission_title {
	background-image: url("top_images/green_tab.gif");
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}

#admission {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	font-size: 18px;
}

#others {
	margin-left: 0px;
	border: 1px;
	border-style: solid;
	border-color: #BBBBEE;
}

#others ul {
	vertical-align: middle;
} 

#others li{
	margin-top: 8px;
	margin-left: 10px;
	padding-top: 0px;
        padding-bottom: 0px;
	padding-left: 10px;
	background-image: url("top_images/ya_mini.gif");
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
}

#others img {
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}

#links {
	float: left;
	margin-top: 10px;
        margin-left: 15px;
	margin-bottom: 20px;
}

#links li {
	margin-top: 10px;
}

/*トップページ右側のコンテンツ------------------------*/
#others li{
	vertical-align: middle;
}

#kcci_hall {
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 2px;
	font-size: 0.8em;
}

#kcci_hall p{
	margin-top: 8px;
}
#kcci_hall .center {
	text-align: center;
}

/*フッター--------------------------------------------*/
#footer {
	width: 100%;
	height: 15px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px;
	border-style: dotted;
	border-top-color: #BBBBEE;
	text-align: center;
	font-size: 13px;
}