/* 全体設定 */
* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
}

body {	margin: 0px;
	padding: 0px;
	background-color: #0099ff;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/* リンク設定 */

A:link {	color: #0000FF}
A:visited {	color: #0000FF}
A:active {	color: #0000FF}
A:hover {	color: #0000FF;
		text-decoration: none}

A.menua{
	color:#006699;
	text-decoration: none}
A.menua:link {	color: #006699}
A.menua:visited {	color: #006699}
A.menua:active {	color: #006699}
A.menua:hover {	color: #ff9900}

/* タイトル */

h1{
	color: #333333;
	font-size: 10px;
	line-height: 145%;
	font-weight: normal;
	margin: 5px;
}

h2	{color: #003399;
	 font-weight: normal;
	 padding:3px;}

/* ヘッダー部分 */

.header	{	width:950px}

.header1{	width: 720px;
		height: 130px;
		background-image: url(img/bg1.png)}

/* 枠 */

.waku	{	width:950px}

.waku1	{	width: 20px;
		background-image: url(img/bg2.png);
		background-repeat: no-repeat;
		background-position: left top;
		vertical-align:top}

.waku2	{	width: 930px;
		background-image: url(img/bg3.png);
		background-repeat: no-repeat;
		background-position: left top;
		vertical-align:top}

/* メイン */

.main{		width:900px; margin: 0px; padding: 0px;}

.main1{
	width:500px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
}

.main1 div{
	color: #333333;
	line-height: 200%;
}

.main2{
	width:200px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	vertical-align:top;
}

.main3{
	width:420px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
}

.main3 div{
	color: #333333;
	line-height: 200%;
}

.main4{
	width:280px;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:10px;
	vertical-align:top;
}


/* フッター部分 */

.footer	{ width: 500px;}

/* メニュー */
.menu	{ height:50px}

.menu div{
	color: #333333;
}

.t_menu	{	width:720px;
		height:160px}

/* ゴースト */
.ghost20{	height:20px}
.ghost10{	height:10px}

/* アクセス情報 */

.acc{		width:500px}
.acc div{	color: #333333;
		line-height: 145%;
}


/* メールフォーム */

.mail		{	width:390px;}
.mail div	{	color: #333333; font-size: 13px;}


/* タイトル */
.title		{	height:50px;}
.title1		{	width:30px; background-image: url(img/title1_1.gif);}
.title2		{	background-image: url(img/title1_2.gif);}
.title2 div {	color: #666666; font-weight: bold;}
.title3		{	width:30px; background-image: url(img/title1_3.gif);}


/* 表のスタイル(経歴など) */

.list1 div{	color: #333333;}
.list2 div{
	color: #333333;
	line-height: 150%;
}

/* 文章 */

p{	padding-left:20px}

 /* フォーム指定 */

INPUT {
 border-right: #0099ff 1pt solid;
 border-top: #0099ff 1pt solid;
 border-left: #0099ff 1pt solid;
 border-bottom: #0099ff 1pt solid;
}

TEXTAREA {
 border-right: #0099ff 1pt solid;
 border-top: #0099ff 1pt solid;
 border-left: #0099ff 1pt solid;
 border-bottom: #0099ff 1pt solid;
}

 /* 強調文字指定 */

strong {
	color: #0033CC;
}

.red {
	color: #FF3333;
}
	
td,th {
	color: #333;
	line-height: 145%;
}