@charset "UTF-8";

/*************** ウインドウ定義 ***************/

html	{
	overflow-y: scroll;
}

/*************** グローバル設定 ***************/
body{
	background-color:  #fff;
	background-image: url(http://iin-web.jp/img/body_bg02.gif);
	background-repeat: repeat-x;
	color: #666;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:active	{
	color: #017acd;
	text-decoration: none;
}

a:hover	{
	color: #00f;
	text-decoration: underline;
}

/*************** ラップ ***************/
div#wrap	{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-right: 2px solid #eef;
	border-left: 1px solid #eee;
}

/*************** コンテナ ***************/
div#container	{
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

/*************** ヘッダ ***************/
div#header	{
	height: 80px;
	background: #fff url(http://iin-web.jp/img/header_bg.jpg) top right no-repeat;
	margin: 0 auto;
	padding: 0;
}

div#header h1	{
	margin: 0;
	padding-left: 10px;
	font-size: 150%;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:active	{
	text-decoration: none;
}

div#header h1 a:hover	{
	text-decoration: underline;
}

div#header p	{
	font-size: 70%;
	margin: 0;
	padding: 0;
}

div#header p.description	{
	font-size: 70%;
	margin: 0 0 4px 0;
	padding: 4px 0 0 4px;
}

/*************** トップイメージ ***************/
div#topimg	{
	margin: 0 auto;
	padding: 0;
}

/*************** グローバルメニュー ***************/
div#globalmenu ul {
	font-size: 75%;
	margin: 0;
	padding: 0;
	height: 30px;
	background: #ddd;
}

div#globalmenu ul li {
	list-style-type: none;
	float: left;
}

div#globalmenu ul li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #008ADF;
	border-right: dotted 1px #fff;
	background: #ddd;
	padding: 0 10px;
}

div#globalmenu ul li a:hover {
	color: #017acd;
	background: #eee;
}

/*************** コンテンツ ***************/
div#content	{
	margin: 15px auto 30px auto;
}

/*************** メイン（alpha） ***************/
div#alpha	{
	width: 630px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
}

div#alpha h2	{
	background-color: #ccc;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 70%;
	line-height: 18px;
	padding: 2px 0 0 10px;
	margin: 0 0 20px 0;
}

div#alpha h3	{
	background-color: #eee;
	background-image: url(http://iin-web.jp/img/h3_bg.gif);
	background-repeat: no-repeat;
	color: #666;
	font-size: 90%;
	line-height: 23px;
	padding-left: 30px;
	margin: 30px 0 10px 0;
}

div#alpha h4	{
	background-color: #eee;
	border-bottom: 1px dotted #333;
	color: #666;
	font-size: 90%;
	line-height: 23px;
	padding-left: 5px;
	margin: 15px 0 10px 0;
}
/*** 画像 ***/
div#content.imgs	{
	margin: 0;
	padding: 0;
}

/*** 本文、リスト ***/
div#content p,
div#content ul,
div#content ol	{
	font-size: 88.8%;
	line-height: 1.6;
	margin-top: 5px;
	padding-left: 30px;
}

/*** 画像リンクバナー ***/
div#content .imgbnnr {
	margin:0 0 4px 0;
	padding: 0;
	text-align: center;
}

/*** 引用 ***/
div#content blockquote	{
	background-color: #ffd;
	color: #333;
	font-size: 75%;
	line-height: 1.6;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

div#content blockquote p,
div#content blockquote ul,
div#content blockquote ol	{
	font-size: 90%;
	line-height: 1.6;
	margin-top: 5px;
}

/*** テーブル ***/
.tablestyle {
	font-size: 90%;
	margin: 20px 20px 20px 40px;
}

.tablestyle table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

.tablestyle td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	padding:4px 10px;
}

.tablestyle th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	padding:4px 10px;
	font-weight:bold;
	background-color:#EEF7F7;
}


#tablestyle p{
line-height:120%;
}

/*** いますぐ申し込む ***/
div#content .applynow {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
}

/*** ページの先頭へ ***/
div#content p.pagetop {
	margin: 30px 20px 30px 0;
	text-align: right;
	font: 80%/1.0 Verdana,Helvetica,san-serif;
}

div#content p.pagetop a {
	padding: 5px;
	text-decoration: none;
	border: 1px solid #999999;
}
div#content p.pagetop a:link,
div#content p.pagetop a:visited {
	color: #666;
	background: #F0F0F0;
}
div#content p.pagetop a:hover,
div#content p.pagetop a:active {
	color: #FFFFFF;
	background: #999999;
}

/*************** サイドバー（beta） ***************/
div#beta	{
	width: 200px;
	float: right;
	margin: 0;
}

div#beta h2	{
	background-color: #ccc;
	color: #fff;
	font-size: 70%;
	text-align: center;
	line-height: 18px;
	padding: 0;
	margin: 0 0 5px 0;
}

ul.sidemenu	{
	font-size: 75%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li	{
	list-style-type: none;
}

ul.sidemenu li a	{
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #005087;
	border-bottom: solid 1px #fff;
	line-height: 30px;
	padding-left: 10px;
}

ul.sidemenu li a:hover	{
	background-color: #017acd;
}


/*************** フッター ***************/
div#footer	{
	background-image: url(http://iin-web.jp/img/line_foot.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-top: 12px;
	clear: both;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active	{
	text-decoration: none;
}

div#footer a:hover	{
	text-decoration: underline;
}

address	{
	font-size: 75%;
	font-style: normal;
	text-align: center;
}


div#footer p.footlink {
	font-size: 70%;
	font-style: normal;
	text-align: center;
	padding-bottom: 10px;
}

/*************** ユーティリティ ***************/
.clearfix {
	clear: both;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: left;
}

.txtbold {
	font-weight: bold;
}

.txtcaution {
	font-weight: bold;
	color: #f00;
}

.txtcautionb {
	font-weight: bold;
	color: #00f;
}

.txtnote {
	font-size: 75%;
	font-weight: bold;
}


