@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         INTER-VIEW,INC
 Style Info:     リセット、共通基本設定

 --------------------------
 	index
 --------------------------
 
 1-1.Reset
 
 1-2.Base
 1-3.Link
 1-4.Header
 1-5.Global navi
 1-6.Wrapper
 1-7.Menu
 1-8.Main
 1-9.Footer 
 
----------------------------------------------------------- */

/*----------------------------------------------------
	1-1.Reset
----------------------------------------------------*/

html
	{
	overflow-y: scroll;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin:0;
	padding:0;
	}

address,caption,cite,code,dfn,em,strong,th,var
	{
	font-style:normal;
	}

table
	{
	border-collapse:collapse;
	border-spacing:0;
	}

caption,th
	{
	text-align:left;
	}

q:before,q:after
	{
	content: '';
	}

object,embed
	{
	vertical-align:top;
	}

hr,legend
	{
	display:none;
	}

h1,h2,h3,h4,h5,h6
	{
	font-size:100%;
	}

img,abbr,acronym,fieldset
	{
	border:0;
	}

img
	{
	vertical-align:bottom;
	}

li
	{
	list-style-type:none;
	}

p
	{
	margin-bottom:1em;
	}

sup,sub
	{
	vertical-align: baseline;
	position: relative;
	}

sup
	{
	top: -4px;
	}

sub
	{
	top: 4px;
	}

/*----------------------------------------------------
	1-2.Base
----------------------------------------------------*/

body {
	text-align: center;
	line-height: 1.4;
	color: #3c3c3c;
	background: url(/common/img/bg.gif) left top repeat-x;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:small;
}

* + html body
	{
	font-family:"メイリオ","Meiryo";
	}
	


/*----------------------------------------------------
	1-3.Link
----------------------------------------------------*/

a:link,
a:visited {
	color:#0e74c1;
	text-decoration: underline;
}

a:hover	{
	color:#0e74c1;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* pdf */

a.pdf {
	padding-right: 20px;
	background:url(/common/img/list-pdf.gif) center right no-repeat;
}
a.ppt {
	padding-right: 20px;
	background:url(/common/img/list-ppt.gif) center right no-repeat;
}
a.pptx {
	padding-right: 20px;
	background:url(/common/img/list-ppt.gif) center right no-repeat;
}
a.xls {
	padding-right: 20px;
	background:url(/common/img/list-xls.gif) center right no-repeat;
}
a.xlsx {
	padding-right: 20px;
	background:url(/common/img/list-xls.gif) center right no-repeat;
}
a.doc {
	padding-right: 20px;
	background:url(/common/img/list-doc.gif) center right no-repeat;
}
a.docx {
	padding-right: 20px;
	background:url(/common/img/list-doc.gif) center right no-repeat;
}
a.zip {
	padding-right: 20px;
	background:url(/common/img/list-zip.gif) center right no-repeat;
}

/*--------------------------------------------
	1-4.Header
--------------------------------------------*/

#header	{
	margin: 0 auto 22px;
	padding-top: 15px;
	width: 1010px;
	text-align: left;
}

#header a:link,
#header a:visited {
	color:#6e6e6e;
	text-decoration: none;
}

#header a:hover	{
	color:#6e6e6e;
	text-decoration: underline;
}

/*--------------------------------------------
	1-5.Global navi
--------------------------------------------*/
#gnav {
	margin-bottom:21px;
	padding:6px 0 4px;
	width: 100%;
	line-height:1px;	/*文字サイズを大きくしたときに、伸びるのを防ぐ */
	background:url(/common/img/gmenu-bg.gif) left top repeat-x;
	text-align:center;
}

/* ロールオーバー */
#gnav ul {
	margin:0 auto;
	padding:0;
	width: 1020px;
}

/* for IE 〜6 
* html #gnav ul {
	margin:0;
} */

#gnav li,#gnav a {
	display:block;
	float:left;
}

#gnav a {
	padding-bottom: 5px;
	background: none;
}

#gnav a.current,
#gnav a:hover {
	background: url(/common/img/gmenu-list-bg.gif) left bottom repeat-x;
}

#gnav img {
	border-right: solid 1px #66c28f;
}

#gnav li.First img {
	border-left: solid 1px #66c28f;
}

/*--------------------------------------------
	1-6.Wrapper
--------------------------------------------*/

#wrapper {
	margin:0 auto 32px;
	width: 1024px;
	/*background: yellow;*/
}

/*--------------------------------------------
	1-7.Menu
--------------------------------------------*/

#menu {
	width: 241px;
	text-align: center;
	/*background: purple;*/
}

.menuLogout { float: right; }
.menuMember,
.menuRegister { float: left; }


/*--------------------------------------------
	1-8.Main
--------------------------------------------*/

#main {
	width: 768px;
	/*background: tomato;*/
	text-align: left;
}

.mainLogout { float: left; }
.mainMember,
.mainRegister { float: right; }


/*--------------------------------------------
	1-9.Footer 
--------------------------------------------*/

#footer	{
	padding: 11px 0 10px;
	border-top: solid 2px #cacaca;
	text-align: center
}

#footer address {
	/*font-size:x-small;*/
}


/*--------------------------------------------
	2-1.clearFix
--------------------------------------------*/

/* Clearfix
---------------*/

#gnav,
#wrapper,
#footer {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#gnav:after,
#wrapper:after,
#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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