@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLE*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #FFFFFF url(file:///C|/Users/yukiyoshi/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/B5OIF9D8/images/bg.gif) repeat-x;
}
a img {border-style: none }
a:link { color: #12300C }
a:visited { color: #12300C }
a:hover { color: #FFA800 }
a:active { color: #FFA800 }

input, select, textarea { font-size: 12px }

p, pre {
	line-height: 1.3;
	margin: 8px 20px;
	font-size: 14px;
}
hr {
	height: 1px;
	margin: 10px;
}
blockquote {
	line-height: 1.3;
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	background-image: url(/assets/templates/iin/images/block_bg.gif);
}
h1 {
	color: #414141;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 10px 5px 12px;
	padding: 12px 5px 12px 15px;
	background: url(/assets/templates/iin/images/title_bg.gif) no-repeat;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 10px 5px 14px;
	padding: 8px 5px 6px 15px;
	background: #615040 url(/assets/templates/iin/images/h1_bg.gif) no-repeat;
}
h2 a { text-decoration: none; }
h2 a:link { color: #FFFFFF }
h2 a:visited { color: #FFFFFF }
h2 a:hover { color: #FFA800}
h2 a:active { color: #FFA800}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 10px 5px 14px;
	padding: 5px;
	color: #414141;
	background-color: #EDE0BA;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 10px 5px 14px;
	padding: 5px;
	border-top: #8F6A48 1px solid;
	border-bottom: #8F6A48 1px solid; 
	color: #414141;
	background-color: #FFFFFF;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 10px 5px 14px;
	padding: 5px;
	color: #414141;
	border-left: #FFA200 5px solid;
	background-color: #FFFFFF;
}
ul {
	list-style-type: square;
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 20px 5px 30px;
	padding-left: 25px;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 20px 5px 30px;
	padding-left: 25px;
}
li {
	padding: 5px;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid #615040;
	margin: 20px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px;
	background: #E6E6E6;
}
th {
	background-color: #EDE0BA;
}
th, td {
	padding: 5px 5px;
	border-top: 1px solid #615040;
	border-bottom: 1px solid #615040;
	border-left:1px solid #615040;
	border-right:1px solid #615040;
}
fieldset {
	border: 0px;
	display: block;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.35em 0.75em 0.625em
}
/*GENERAL STYLE END*/

/*LAYOUT*/
div#wrappermain {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/assets/templates/iin/images/wrapper.gif); 
}
div#wrapperheader {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
div#wrapperfooter {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#header01 {
	width: 960px;
	height: 70px;
	background: url(/assets/templates/iin/images/header_bg.gif) no-repeat; 
}
#header02 {
	width: 960px;
	height: 20px;
	clear: both;
}
#headerlogo {
	float: left;
	padding: 13px 0 0 10px;
}
#header_search {
	float: right;
	padding: 8px 20px;
}
#tohome {
	float: left;
	width: 90px;
	height: 20px;
	padding: 0 5px;
}
#headermenu {
	float: right;
	font-size: 12px;
	padding: 0 15px 0 0;
	text-align: left; 
	color: #3F1E00;
}
#headermenu img { vertical-align: -2px }
#headermenu a { text-decoration: none; }
#headermenu a:link { color: #3F1E00 }
#headermenu a:visited { color: #3F1E00 }
#headermenu a:hover { color: #FFA800 }
#headermenu a:active { color: #FFA800 }
#mainmenu {
	width: 960px;
	height: 45px;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#mainmenu_title {
	width: 960px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#mainmenu_title image { vertical-align: text-bottom }
#sp {
	width: 940px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	padding: 4px 10px 5px 10px;
	background: url(/assets/templates/iin/images/sp_bg.gif) no-repeat;
}
#sp a { text-decoration: none; }
#sidemenu {
	float: left;
	width: 230px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
#title {
	margin: 0;
	padding: 13px 15px 11px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #414141;
	background: url(/assets/templates/iin/images/title_bg.gif) no-repeat;
}
#main {
	float: left;
	width: 715px;
	margin: 0;
	padding: 5px 0 0 10px;
}
#main_general {
	width: 960px;
	margin: 0;
	padding: 5px 0;
}
#content {
	float: left;
	width: 705px;
	margin: 0;
	padding: 5px 0 5px 10px;
}
#content  a img {border-style: none }
#content_general{
	width: 950px;
	margin: 0;
	padding: 5px ;
}
#content_general a img {border-style: none }
#pagetop {
	width: 950px;
	padding: 0 10px 5px 0;
	text-align: right;
	clear: both;
}
#footer {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #8D8D8D;
	border-top: #FFA200 solid 5px;
	background-color: #453220;
	clear: both;
}
#footer_Bottom {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	background: url(/assets/templates/iin/images/wrapper_footer.gif) no-repeat;
}
/*LAYOUT END*/

/*FONT*/
.font_red {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}
.font_blue {
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
}
.font_bg_yellow {
	background-color: #FFF1B6;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 20px;
	padding: 5px;
}
.font_bg_red {
	background-color: #FFD6D6;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 20px;
	padding: 5px;
}
.font_bg_blue {
	background-color: #BFF1FE;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 20px;
	padding: 5px;
}
.font_bg_green {
	background-color: #E1F7CB;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 20px;
	padding: 5px;
}
/*FONT END*/

/*DECORATION*/
.sidemenu01_1 {
	margin: 5px 0;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-weight: bold;
	font-size: 14px;
	background: #FFCD04 url(/assets/templates/iin/images/side_01_01.jpg) no-repeat;
}
.sidemenu01_1 a { text-decoration: none }
.sidemenu01_1 a:link { color: #414141 }
.sidemenu01_1 a:visited { color: #414141 }
.sidemenu01_1 a:hover { color: #FFA800 }
.sidemenu01_1 a:active { color: #FFA800 }
.sidemenu01_2 {
	margin: 5px 0 0 5px;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-size: 12px;
	background: #FFEDA5 url(/assets/templates/iin/images/side_01_02.gif) no-repeat;
}
.sidemenu01_2 a { text-decoration: none }
.sidemenu01_2 a:link { color: #414141 }
.sidemenu01_2 a:visited { color: #414141 }
.sidemenu01_2 a:hover { color: #FFA800 }
.sidemenu01_2 a:active { color: #FFA800 }
.sidemenu01_3 {
	margin: 2px 0 2px 10px;
	padding: 8px 10px 6px 15px;
	color: #414141;
	font-size: 10px;
	background: #FFFFFF url(/assets/templates/iin/images/side_01_03.gif) no-repeat;
}
.sidemenu01_3 a { text-decoration: none }
.sidemenu01_3 a:link { color: #414141 }
.sidemenu01_3 a:visited { color: #414141 }
.sidemenu01_3 a:hover { color: #FFA800 }
.sidemenu01_3 a:active { color: #FFA800 }

.sidemenu01_4 {
	margin: 2px 0 2px 15px;
	padding: 8px 10px 6px 15px;
	color: #414141;
	font-size: 10px;
	background: #FFFFFF url(/assets/templates/iin/images/side_01_03.gif) no-repeat;
}
.sidemenu01_4 a { text-decoration: none }
.sidemenu01_4 a:link { color: #414141 }
.sidemenu01_4 a:visited { color: #414141 }
.sidemenu01_4 a:hover { color: #FFA800 }
.sidemenu01_4 a:active { color: #FFA800 }

.sidemenu02_1 {
	margin: 5px 0;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-weight: bold;
	font-size: 14px;
	background: #FF9B9B url(/assets/templates/iin/images/side_02_01.jpg) no-repeat;
}
.sidemenu02_1 a { text-decoration: none }
.sidemenu02_1 a:link { color: #414141 }
.sidemenu02_1 a:visited { color: #414141 }
.sidemenu02_1 a:hover { color: #FFA800 }
.sidemenu02_1 a:active { color: #FFA800 }
.sidemenu02_2 {
	margin: 5px 0 0 5px;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-size: 12px;
	background: #FFD3D3  url(/assets/templates/iin/images/side_02_02.gif) no-repeat;
}
.sidemenu02_2 a { text-decoration: none }
.sidemenu02_2 a:link { color: #414141 }
.sidemenu02_2 a:visited { color: #414141 }
.sidemenu02_2 a:hover { color: #FFA800 }
.sidemenu02_2 a:active { color: #FFA800 }
.sidemenu02_03 {
	margin: 2px 0 2px 10px;
	padding: 8px 10px 6px 15px;
	color: #414141;
	font-size: 10px;
	background: #FFFFFF url(/assets/templates/iin/images/side_02_03.gif) no-repeat;
}
.sidemenu02_3 a { text-decoration: none }
.sidemenu02_3 a:link { color: #414141 }
.sidemenu02_3 a:visited { color: #414141 }
.sidemenu02_3 a:hover { color: #FFA800 }
.sidemenu02_3 a:active { color: #FFA800 }
.sidemenu03_1 {
	margin: 5px 0;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-weight: bold;
	font-size: 14px;
	background: #8BBE59 url(/assets/templates/iin/images/side_03_01.jpg) no-repeat;
}
.sidemenu03_1 a { text-decoration: none }
.sidemenu03_1 a:link { color: #414141 }
.sidemenu03_1 a:visited { color: #414141 }
.sidemenu03_1 a:hover { color: #FFA800 }
.sidemenu03_1 a:active { color: #FFA800 }
.sidemenu03_2 {
	margin: 5px 0 0 5px;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-size: 12px;
	background: #C8EDA4 url(/assets/templates/iin/images/side_03_02.gif) no-repeat;
}
.sidemenu03_2 a { text-decoration: none }
.sidemenu03_2 a:link { color: #414141 }
.sidemenu03_2 a:visited { color: #414141 }
.sidemenu03_2 a:hover { color: #FFA800 }
.sidemenu03_2 a:active { color: #FFA800 }
.sidemenu03_3 {
	margin: 2px 0 2px 10px;
	padding: 8px 10px 6px 15px;
	color: #414141;
	font-size: 10px;
	background: #FFFFFF url(/assets/templates/iin/images/side_03_03.gif) no-repeat;
}
.sidemenu03_3 a { text-decoration: none }
.sidemenu03_3 a:link { color: #414141 }
.sidemenu03_3 a:visited { color: #414141 }
.sidemenu03_3 a:hover { color: #FFA800 }
.sidemenu03_3 a:active { color: #FFA800 }
.sidemenu04_1 {
	margin: 5px 0;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-weight: bold;
	font-size: 14px;
	background: #87D9EE url(/assets/templates/iin/images/side_04_01.jpg) no-repeat;
}
.sidemenu04_1 a { text-decoration: none }
.sidemenu04_1 a:link { color: #414141 }
.sidemenu04_1 a:visited { color: #414141 }
.sidemenu04_1 a:hover { color: #FFA800 }
.sidemenu04_1 a:active { color: #FFA800 }
.sidemenu04_2 {
	margin: 5px 0 0 5px;
	padding: 8px 10px 6px 10px;
	color: #414141;
	font-size: 12px;
	background: #BBF0FE url(/assets/templates/iin/images/side_04_02.gif) no-repeat;
}
.sidemenu04_2 a { text-decoration: none }
.sidemenu04_2 a:link { color: #414141 }
.sidemenu04_2 a:visited { color: #414141 }
.sidemenu04_2 a:hover { color: #FFA800 }
.sidemenu04_2 a:active { color: #FFA800 }
.sidemenu04_3 {
	margin: 2px 0 2px 10px;
	padding: 8px 10px 6px 15px;
	color: #414141;
	font-size: 10px;
	background: #FFFFFF url(/assets/templates/iin/images/side_04_03.gif) no-repeat;
}
.sidemenu04_3 a { text-decoration: none }
.sidemenu04_3 a:link { color: #414141 }
.sidemenu04_3 a:visited { color: #414141 }
.sidemenu04_3 a:hover { color: #FFA800 }
.sidemenu04_3 a:active { color: #FFA800 }
.mainheaderimage {
	width: 715px;       
	margin: 5px 0;
} 
.footerText01 {
	margin: 0;
	padding: 5px 0 0 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}
.footerText02 {
	float: left;
	margin: 0;
	padding: 0 0 2px 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
}
.footerText03 {
	float: right;
	margin: 0;
	padding: 0 5px 0 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
}
/*DECORATION END*/

/*SERCH START*/
#ajaxSearch_form {
 	/*width: 235px;*/
	float: right;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 10px 10px 0 0;
}
.ajaxSearch_resultLink {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	border-left: 3px solid #FF6000;
}
.search_caption {
	font-size: 12px;
	line-height: 1.2;
	margin: 0px 40px 20px 40px;
	padding: 15px 15px 15px 15px;
	background: #DDDDDD;
}
.search_pagenavi {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #FF6000;
	border-bottom: 1px solid #FF6000;
	background: #FFFFFF url(/assets/templates/iin/images/bg_bordertype.gif);
	display: block;
}
.ajaxSearch_highlight {
	font-weight: bold;
} 
.cleardefault {
	background: #FFFFFF;
} 
.ajaxSearch_paging {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #615040;
	border-bottom: 1px solid #615040;
	background: #EDE0BA;
	display: block;
}
.ajaxSearch_input {
 	width: 190px;
}      
/*SERCH END*/

/*HOME*/
#home_img {
	width: 950px;
	height: 215px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	background-color: #FCF5E0;
}
#home_img image { vertical-align: top }
#home_main {
	width: 950px;
	margin: 0 5px;
	padding: 5px 0 0 0;
	text-align: left;
	background-color: #FCF5E0;
}
#home_newsevent {
	width: 720px;
	margin: 0 0 5px 0;
	float: left;
}
.home_newsevent {
	width: 720px;
	padding: 0;
}
.home_eventwrapper {
	width: 285px;
	padding: 5px 0 0 5px;
	float: left;
}
.home_event {
	width: 275px;
	height: 18px;
	padding: 7px 5px 5px 5px;
	margin: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold; 
	background: url(/assets/templates/iin/images/home_menu01.gif) no-repeat;
}
.home_eventmain {
	width: 283px;
	margin: 0 0 0 0px;
	padding: 0;
	border: #765A41 solid 1px;
	background-color: #FFFFFF;
}
.home_event_oldnews {
	width: 280px;
	margin: 5px 0 0 0;
	background-color: #FCF5E1;
	text-align: right;
}
.home_event_oldnews img { vertical-align: -2px }
.home_event_oldnews a { text-decoration: none; }
.home_event_oldnews a:link { color: #3F1E00 }
.home_event_oldnews a:visited { color: #3F1E00 }
.home_event_oldnews a:hover { color: #FFA800 }
.home_event_oldnews a:active { color: #FFA800 }
.home_newswrapper {
	width: 425px;
	padding: 5px 0 0 5px;
	float: right;
}
.home_cnews {
	width: 700px;
	height: 18px;
	margin: 0 0 0 5px;
	padding: 7px 5px 5px 5px;
	font-size: 14px;
	color: #FFFFFF; 
	font-weight: bold; 
	background: url(/assets/templates/iin/images/home_menu02.gif) no-repeat;
}
.home_cnewsmain {
	width: 708px;
	height: 145px;
	margin: 0 0 0 5px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: #FFA200 solid 1px;
	border-left: #FFA200 solid 1px;
	border-right: #FFA200 solid 1px;
}
.home_cnews_oldnews {
	width: 708px;
	margin: 5px 0 5px 5px;
	background-color: #FCF5E1;
	text-align: right;
}
.home_cnews_oldnews img { vertical-align: -2px }
.home_cnews_oldnews a { text-decoration: none; }
.home_cnews_oldnews a:link { color: #3F1E00 }
.home_cnews_oldnews a:visited { color: #3F1E00 }
.home_cnews_oldnews a:hover { color: #FFA800 }
.home_cnews_oldnews a:active { color: #FFA800 }
.home_news {
	width: 410px;
	height: 18px;
	margin: 0;
	padding: 7px 5px 5px 5px;
	font-size: 14px;
	color: #FFFFFF; 
	font-weight: bold; 
	background: url(/assets/templates/iin/images/home_menu04.gif) no-repeat;
}
.home_newsmain {
	width: 418px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: #765A41 solid 1px;
}
.home_news_oldnews {
	width: 418px;
	margin: 5px 0 0 0;
	background-color: #FCF5E1;
	text-align: right;
}
.home_news_oldnews img { vertical-align: -2px }
.home_news_oldnews a { text-decoration: none; }
.home_news_oldnews a:link { color: #3F1E00 }
.home_news_oldnews a:visited { color: #3F1E00 }
.home_news_oldnews a:hover { color: #FFA800 }
.home_news_oldnews a:active { color: #FFA800 }
#home_banner {
	width: 225px;
	padding: 0 5px 0 0;
	float: right;
}
.home_banner {
	width: 225px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding:  0 0 5px 0;
}
.home_bt {
	width: 945px;
	height: 5px;
	padding: 0 0 0 5px;
	clear: both;
}
.home_bts {
	height: 5px;
	padding: 0 0 0 5px;
	clear: both;
}
/*HOME END*/

/*LIST START*/
.list {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	border-left:  5px solid #946D48;
}
/*LIST END*/

/*CALENDER*/
.calendar {
	font-size: 16px;
	border-collapse: collapse;
	border: 2px solid #946D48;
	margin: 20px auto;
	padding: 0;
	background: #FFF;
}
.calendar-month {
	width: 580px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px auto 5px auto;
	padding: 8px 10px;
	background: #FFFFFF url(file:///C|/Users/yukiyoshi/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/B5OIF9D8/images/calendarmonth_bg.gif) no-repeat;
}
.cal_link {
	list-style-type: square;
	font-size: 10px;
	line-height: 1.2;
	margin: 3px;
	padding: 0;
}
.cal_link a{ text-decoration: none; font-weight: normal }
/*CALENDER END*/

/*INDEXMENU*/
.indexmenuw {
	width: 700px;
	padding: 0 0 5px 0;
}
.indexmenu_l {
	float: left;
	width: 338px;
	height: 280px;
	padding: 5px 0;
	margin: 0 5px;
	border: solid 1px #9A9186;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.indexmenu_r {
	float: right;
	width: 338px;
	height: 280px;
	padding: 5px 0;
	margin: 0 5px 0 0;
	border: solid 1px #9A9186;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.indexmenu_r _m {
	float: right;
	width: 338px;
	height: 350px;
	margin: 0 5px 0 0;
	border: solid 1px #9A9186;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.indexmenu_l_m {
	float: left;
	width: 338px;
	height: 350px;
	margin: 0 5px;
	border: solid 1px #9A9186;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.indexmenu_photo {
	float: left;
	width: 90px;
	height: 95px;
	padding: 5px 5px 0 5px;
}
.indexmenu_main {
	
	color: #595757;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 10px;
	clear: both;
}
.more {
	float: right;
	padding: 5px 5px 5px 0;
	text-align: right;
	background-color: #FFFFFF;
}
.indexmenu_null {
	clear: both;
}
.indexmenu_list {
	list-style-image: url(/assets/templates/iin/images/indexmenu_list.gif);
	margin: 0;
 }
.indexmenu_title_01 {
	float: right;
	width: 231px;
	margin: 5px 0;
	padding: 10px 0 0 5px;
	color: #595757;
	font-weight: bold;
	font-size: 16px;
	background: url(/assets/templates/iin/images/indexmenu_title_01.gif) no-repeat;
}
.indexmenu_title_02 {
	float: right;
	width: 231px;
	margin: 5px 0;
	padding: 10px 0 0 5px;
	color: #595757;
	font-weight: bold;
	font-size: 16px;
	background: url(/assets/templates/iin/images/indexmenu_title_02.gif) no-repeat;
}
.indexmenu_title_03 {
	float: right;
	width: 231px;
	margin: 5px 0;
	padding: 10px 0 0 5px;
	color: #595757;
	font-weight: bold;
	font-size: 16px;
	background: url(/assets/templates/iin/images/indexmenu_title_03.gif) no-repeat;
}
.indexmenu_title_04 {
	float: right;
	width: 231px;
	margin: 5px 0;
	padding: 10px 0 0 5px;
	color: #595757;
	font-weight: bold;
	font-size: 16px;
	background: url(/assets/templates/iin/images/indexmenu_title_04.gif) no-repeat;
}
/*INDEXMENU END*/

/*INDEX_s MENU*/
.index_s_menu {
	width: 690px;
	margin: 5px;
	border: solid 1px #9A9186;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.index_s_menu_photo {
	float: right;
	width: 130px;
	height: 135px;
	padding: 5px 5px 0 5px;
}
.index_s_menu_title {
	margin: 0 5px;
	padding: 10px 0 0 5px;
	color: #595757;
	font-weight: bold;
	font-size: 16px;
	border-bottom: #FFCC00 solid 5px; 
}
.index_s_menu_main {
	color: #595757;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 5px;
}
.more_s {
	padding: 0 5px 5px 0;
	text-align: right;
	background-color: #FFFFFF;
	clear: both;
}
/*INDEX_s MENU END*/

/*INFO START*/
.info_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	border-left: 5px solid #946D48;
}
.info_caption {
	font-size: 12px;
	line-height: 1.2;
	margin: 0px 5px 15px 24px;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #946D48;
	border-right: 1px solid #946D48;
	border-bottom: 1px solid #946D48;
	background: #DDDDDD;
}
.info_pageno {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	margin: 5px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
}
.info_pagenavi {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0px 10px 5px 5px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #946D48;
	border-bottom: 1px solid #946D48;
	background: #EDE0BA;
	display: block;
}
/*INFO END*/

/*COLUMN START*/
.home_column_wrap {
	width: 720px;
	padding: 0;
}
.home_repo {
	width: 700px;
	height: 55px;
	margin: 0 0 0 5px;
	padding: 10px 5px 5px 5px;
	color: #615040; 
	background: url(/assets/templates/iin/images/repo_title.gif) no-repeat;
}
.home_interview {
	width: 700px;
	height: 55px;
	margin: 0 0 0 5px;
	padding: 10px 5px 5px 5px;
	color: #615040; 
	background: url(/assets/templates/iin/images/interview_title.gif) no-repeat;
}
.home_column {
	width: 700px;
	height: 55px;
	margin: 0 0 0 5px;
	padding: 10px 5px 5px 5px;
	color: #615040; 
	background: url(/assets/templates/iin/images/column_title.gif) no-repeat;
}
.home_column_title {
	line-height: 1.3;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.home_column_a {
	width: 700px;
	margin: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold; 
	color: #615040;
	text-decoration: none 
}
.home_column_b {
	width: 700px;
	margin: 0 0 0 5px;
	font-size: 14px;
	color: #615040;
	text-decoration: none 
}
.home_column_main {
	width: 708px;
	margin: 0 0 0 5px;
	padding: 1px 0;
	color: #545454;
	font-size: 14px;
	background-color: #FFFFFF;
	border-bottom: #DFDFDD solid 1px;
	border-left: #DFDFDD solid 1px;
	border-right: #DFDFDD solid 1px;
}
.column_caption {
	line-height: 1.3;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	background-image: url(/assets/templates/iin/images/column_cap.gif);
}	
/*COLUMN END*/

/*KYOUSAN_banner START*/
#home_banner_kyousan {
	width: 225px;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	padding: 5px 0 0 0;
}
#home_banner_kyousanmain {
	width: 225px;
	font-size: 14px;
	line-height: 1.3;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}
.home_banner_kyousan {
	font-size: 14px;
	line-height: 1.3;
	margin: auto;
	padding: 5px 0;
	text-align: center;
}
/*KYOUSAN_banner END*/

