@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :vgmat.css
 style info :サイトの基本スタイル

 CSS HappyLife(http://css-happylife.com/)さんの
「新規でサイトを作るのに使えそうなの一式。Ver 3」
 (http://css-happylife.com/log/css-template/000733.shtml)と、
 バシャログ。(http://c-brains.jp/blog/wsg/)さんの
「CSSだけで実現するタブナビゲーション」
 (http://c-brains.jp/blog/wsg/08/06/03-160014.php)を
 参考にいたしました。ありがとうございます。
 
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll; /* Firefoxで常に縦スクロールバーを表示 */
	height: 100%;
}
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,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;
}
li {
	list-style-type: none;
}


/*--- default */
body {
	background: #000000;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
}
* html body {	/* for IE6 */
	/*font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
}
/* IEは文字コードがUTF-8のとき、半角文字が「ラテン語基本」で指定されたフォントになる*/

hr {
	clear: both;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	text-align:center; /* IE6で全体センタリング */
}

a {
	text-decoration: none;
	color: #ff3000;
}

a:link {
	color: #ff3000;
}

a:visited {
	color: #ff3000;
}

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

a:active {
	color: #ff3000;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.strike {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(../img/Layout03.jpg);
	background-repeat: repeat-y;
	/*background: #00FF00;*/
}
body > #page {
	height: auto;
}

#titlebar {
	width: 800px;
	height: 128px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 800px;
	float: left;
	background:url(../img/Layout03.jpg);
	background-repeat: repeat-y;
	/*background: #0000FF;*/
	padding-bottom: 20px;
}

#contents .clboth {
	clear: both;
}


/* トップページ以外で左上画像とサイドメニューを含むdiv */
#sidewrap {
	float: left;
	width: 232px;
}

/* 左上画像用スペース */
#sidepic {
	width: 232px;
	height: 304px;
	padding-left: 32px;
	background:url(../img/Layout03.jpg);
	background-repeat: repeat-y;
}


h2 {
	font-size:120%;
	overflow: hidden;
}

h3 {
	font-size:100%;
	margin-bottom: 1em;
}


/* カウンタ */
#hidcounter {
	display: none;
	float: right;
	width: 0px;
	height: 0px;
	margin-bottom: 10px;
	text-indent: -9999px; /* テキストを画面の表示より外に */
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
/* トップページ以外のmain */
#main {
	float: right;
	width: 540px;
	/*background: #FFFF00;*/
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	width: 232px;
	float: left;
	/*background: #FF00FF;*/
}

div#sub ul li {
	width: 200px;
	height: 40px;
	margin: 16px 0px 0px 32px;
}

div#sub ul li a {
	width: 200px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px; /* テキストを画面の表示より外に */
	outline: none; /* リンク破線を不可視に */
}


div#sub ul li a:hover {
	background-position: 100% 0;
}

div#sub ul li#mbtop a {
	background-image: url(../img/menu_top.jpg);
}

div#sub ul li#mbprof a {
	background-image: url(../img/menu_prof.jpg);
}

div#sub ul li#mbnote a {
	background-image: url(../img/menu_note.jpg);
}

div#sub ul li#mbmisc a {
	background-image: url(../img/menu_misc.jpg);
}

div#sub ul li#mbmail a {
	background-image: url(../img/menu_mail.jpg);
}

div#sub ul li#mbuca a {
	background-image: url(../img/menu_uc.jpg);
}

div#sub ul li#mbucb a {
	background-image: url(../img/menu_uc.jpg);
}

