/* -----------------------------------------------------------------------------

基本設定

-------------------------------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: transparent;
	letter-spacing: 0;
}

html, body {
	height:100%;
	}

body{
	color:#666666;
	font-family:"ＭＳＰ ゴシック",平成角ゴシック,Osaka-等幅,monospace;	
	line-height:1.60em;
	font-size:14px;
	background: url(../images2/background.gif) repeat-y center top fixed;
	text-align:center;
	}

a {
	color:#003399;
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	color: #ff0000;
	}

img {
	border:0px;
	vertical-align: bottom;
	}

ul,ol,dl{
	list-style:none;
	margin:0px;
	padding:0px;
	}

h1 a {
	font-size: 12px;
	font-weight:normal;
	position:absolute;
	background:url(../images2/itca_main_logo.jpg) left top no-repeat;
	top: 25px;
	left: 1px;
	height: 35px;
	width: 342px;
}

.m_top_5{
	margin-top: 5px;
}

.m_top_10{
	margin-top: 10px;
}

.m_top_15{
	margin-top: 15px;
}

.m_top_25{
	margin-top: 25px;
}

.m_top_30{
	margin-top: 30px;
}

.m_top_50{
	margin-top: 50px;
}


.m_left_10{
	margin-left: 10px;
}

.m_right_10{
	margin-right: 10px;
}

.m_right_20{
	margin-right: 20px;
}

.m_bottom_20{
	margin-bottom: 20px;
}

.red_b{
	color:#E60012;
	font-weight:bold;
}

.blue_b{
	color:#003399;
	font-weight:bold;
}

.al-l{
	text-align: left; 
	}

.al-c{
	text-align: center; 
	}

.al-r{
	text-align: right; 
	}

.hidden{
	text-indent: -99999px;
	overflow:hidden;
}

.clear{
	clear:both;
}

.page_top{
	padding: 10px 15px 0px 0px;
	text-align: right; 
}

.links {
	padding: 10px 15px 7px 0px;
	text-align: right;
	font-size:12px;
}

.photo_flame {
	text-align:center;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 90px;
	margin-left: 15px;
}


/* -----------------------------------------------------------------------------

wrapper

-------------------------------------------------------------------------------- */

#wrapper {
	width:865px;
	margin:0 auto;
	text-align: left;
}

/* -----------------------------------------------------------------------------

header

-------------------------------------------------------------------------------- */
#header {
	width: 865px;
	height: 72px;
	text-align: center;
	position: relative;
	background-image: url(../images2/bg_header2.jpg);
	}

#header a {
	color:#666666;
	text-decoration:none;
	}
	
#header_text {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	top: 45px;
	left: 610px;
}

#header_text a{
	color:#0000CC;
}

/* -----------------------------------------------------------------------------

navi

-------------------------------------------------------------------------------- */
#navi {
	width: 560px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 306px;
	}

#navi ul li {
	float: left;
	display: inline;
	padding: 0;
}
	
/* -----------------------------------------------------------------------------

box_right

-------------------------------------------------------------------------------- */

#box_right {
	float:right;
	width:610px;
	margin-top: 25px;
	margin-right: 5px;
}

/* -----------------------------------------------------------------------------

box_left

-------------------------------------------------------------------------------- */

#box_left {
	float:left;
	width:230px;
	margin-top: 25px;
	margin-left: 4px;
}

/* -----------------------------------------------------------------------------

side_navi

-------------------------------------------------------------------------------- */

#side_navi{
	width: 221px;
	margin-bottom: 20px;
}

#side_navi_top_search{
	background:url(../images2/side_title_all.jpg) left top no-repeat;
	height: 38px;
}

#side_navi_top_cate{
	background:url(../images2/side_title_cate.jpg) left top no-repeat;
	height: 38px;
}

#side_navi h2{
	font-size: 14px;
	color:#003399;
	padding: 44px 0px 0px 18px;
}


.side_bg{
	width: 221px;
	background: url(../images2/side_menu_bg.jpg) repeat-y ;
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:10px;
}

#side_navi dl dt{
	margin: 0px 7px 0px 7px;
	padding: 3px 3px 3px 7px;
	background-color:#CCCCCC;

}

#side_navi ul{
	margin: 5px 5px 15px 20px;
	font-size: 13px;
	padding-top:6px;
}

#side_navi ul li{
	background:url(../images2/side_arrow.jpg) center left no-repeat;
	margin: 0px 7px 4px 5px;
	padding-left: 15px;
	line-height: 150%;
	border-bottom: 1px dotted #666666;

}

#search_area{
	padding: 10px 0px 10px 20px;	
}

.side_navi_banner_keiei_it{
	margin: 10px 0px;
	text-align:center;
}

.search_result_all{
	text-align:right;
	padding: 8px 9px 0px 0px;

}

/* -----------------------------------------------------------------------------

contents

-------------------------------------------------------------------------------- */

#contents {
	overflow: auto !important;
	overflow /**/ : hidden;
	padding-bottom: 40px;
}


/* -----------------------------------------------------------------------------

itca_info

-------------------------------------------------------------------------------- */

#itca_info {
	width: 598px;
	margin-top: 15px;
	margin-left: 5px;
}
/* -----------------------------------------------------------------------------

searchform

-------------------------------------------------------------------------------- */

#searchform{
	width: 598px;
	margin: 20px 0px 20px 0px;
}

#searchform table{
  margin-top: 3px;
  margin-bottom: 2px;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 100%;
  width: 595px;
}

#searchform th,td {
  padding: 4px 6px;
}

#searchform table th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background-color:#3f4c6c;
  font-size: 110%;
  color:#FFFFFF;
  text-align:center;
}

#searchform table td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align:left;
}

.search_button{
	text-align:right;
	padding: 0px 10px 0px 0px;
}

.selectlike label{
	display: inline-block;
	padding: 3px 10px 2px 2px;
}

/* -----------------------------------------------------------------------------

custom_field201

-------------------------------------------------------------------------------- */

#custom_field201{
	width: 598px;
	margin-bottom: 15px;
	margin-top: 20px;
	background:url(../images2/bg_cate_list.jpg) repeat-y ;
	overflow: auto !important;
	overflow /**/ : hidden;

}

#custom_field201 h3{
	background:url(../images2/prof_title.jpg) left top no-repeat;
	height: 52px;
	padding: 15px 0px 5px 25px;
	font-size:16px;
	font-weight:bold;	
}

#custom_field201_right h4{
	width: 400px;
	border-bottom: solid 1px #CCCCCC;
	font-size:15px;
	padding: 0px 0px 3px 5px;
	margin-bottom: 5px;
}

#custom_field201_flame{
	width: 598px;
	padding-bottom: 20px;
	overflow: auto !important;
	overflow /**/ : hidden;
}

#custom_field201_left{
	float:left;
	width: 120px;
	line-height: 120%;
	margin: 15px 0px 0px 0px;
	text-align:center;
}

#custom_field201_right{
	float:right;
	width: 465px;
	padding-left: 6px;
	line-height: 120%;
	margin-top:15px;
}

#custom_field201_right h4{
	font-size:16px;
	font-weight:bold;
}

#prof_info{
	padding: 5px 20px 0px 5px;
	line-height: 130%;
}

#prof_info p{
	border-bottom: 1px dotted #666666;
}

#activities_comment_field{
	clear:both;
	width: 568px;
	padding-bottom: 15px;
	margin: 0px 0px 15px 15px;
	background:url(../images2/bg_prof_sub.jpg) repeat-y ;
	overflow: auto !important;
	overflow /**/ : hidden;
	border-bottom: 1px solid #CCCCCC;
}


#free_comment_field{
	width: 568px;
	padding-bottom: 15px;
	margin: 0px 0px 15px 15px;
	background:url(../images2/bg_prof_sub.jpg) repeat-y ;
	overflow: auto !important;
	overflow /**/ : hidden;
	border-bottom: 1px solid #CCCCCC;
}

.free_comment_field_area{
	padding: 10px;
}

#custom_field201 table{
  margin-top: 5px;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 100%;
}

#custom_field201 th,td {
  padding: 5px 5px;
}

#custom_field201 table th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
  font-size: 80%;
}

#custom_field201 table td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
}


/* -----------------------------------------------------------------------------

custom_field202

-------------------------------------------------------------------------------- */

#custom_field202_recently_pr{
	width: 598px;
	margin-bottom: 15px;
}

#custom_field202_recently_pr h3{
	background:url(../images2/bg_subtitle.jpg) left top no-repeat;
	height: 29px;
	padding: 5px 0px 5px 25px;
	font-size:13px;
}

.recently_pr{
	float:left;
	width: 138px;
	padding: 10px 0px 0px 10px;
}

.recently_photo{
	text-align:center;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 90px;
}

#custom_field202_cate_pr{
	width: 598px;
	margin-bottom: 15px;
}

#custom_field202_cate_pr h3{
	background:url(../images2/bg_subtitle.jpg) left top no-repeat;
	height: 29px;
	padding: 5px 0px 5px 25px;
	font-size:13px;
}

.cate_pr{
	float:left;
	width: 185px;
	padding: 10px 0px 0px 10px;
}

#custom_field202_cate_pr dl dt{
	margin: 0px 7px 0px 7px;
	padding: 3px 3px 3px 7px;
	background-color:#CCCCCC;

}

#custom_field202_cate_pr ul{
	margin: 5px 5px 15px 20px;
	font-size: 13px;
	padding-top:6px;
	list-style:none;
}

#custom_field202_cate_pr ul li{
	background:url(../images2/side_arrow.jpg) center left no-repeat;
	margin: 0px 7px 4px 5px;
	padding-left: 15px;
	line-height: 150%;
	border-bottom: 1px dotted #666666;

}

/* -----------------------------------------------------------------------------

custom_field203

-------------------------------------------------------------------------------- */

#custom_field203{
	width: 598px;
	margin-bottom: 15px;
}

#custom_field203_flame{
	width: 598px;
	margin:0px;
	padding-bottom: 0px;
	background:url(../images2/bg_cate_list.jpg) repeat-y ;
	overflow: auto !important;
	overflow /**/ : hidden;
}

#custom_field203_left{
	float:left;
	width: 120px;
	line-height: 120%;
	margin: 15px 0px 0px 0px;
	text-align:center;
}

#custom_field203_right{
	float:right;
	width: 465px;
	padding-left: 6px;
	line-height: 120%;
	margin-top:15px;
}

#custom_field203_right h3{
	width: 400px;
	padding: 5px 0px 3px 5px;
	background-color:#CCCCCC;
}

#custom_field203_right p{
	line-height: 160%;
	width: 380px;
}


/* -----------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------- */
#footer {
	text-align: center;
	font-size: 12px;
	padding: 15px 0px 25px 0px;
}

#footer_con{
	border-top: 1px solid #666666;
	width: 800px;
	margin-left: 30px;
}


