@charset "Shift_JIS";

/*----------------------
全般的なスタイル
-----------------------*/
*{
	margin:0; padding:0;
	line-height:1.5;
	
}

body{
	text-align:center;
	background-color:#ccddff;
}

div#pagebody{
	width:1024px;
	height:768px;
	margin:10px;
	float:left;
	/*background-color:#000000;*/
	background-image:url("sky.jpg");
	background-position:10px 10px;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

/*-----------------------
ヘッダ
-----------------------*/
div#header{
	width:1024px;
	height:40px;
	/*background-color:#000099;*/
}

/*-----------------------
メインボックス
-----------------------*/
div#mainbox{
	width:1024px;
	height:648px;
	
	/*background-color:#990000;*/
}

/*------------------------
メニュー
-------------------------*/
/*メニューの設定*/
div#menu{
	width:155px;
	height:648px;
	/*background-color:#00ffff;*/
	float:left;
	writing-mode: tb-rl;
	text-align:left;
	display:inline;
}
div#inmenu{
	width:100px;
	height:528px;
	/*background-color:#eeee00;*/
	margin:60px 0px 0px 30px;	
}
ul#menu{
	height:120px;
	/*background-color:#eeeeee;*/
	font-weight:500;
}
li#me1,li#me2,li#me3{
	/*float:left;*/
	font-size:x-large;
	display:inline;
	list-style-type:none;
	/*background-color:#0000ff;*/
}
ul#menu li a{
	display:block;
	text-decoration:none;
}
a.men:link{
	color:#393939;
}
a.men:visited{
	color:#393939;
}
a.men:hover{
	color:#00bfff;
	/*font-style:italic;*/
}
a img {
    border-style:none;
}

/*---------------------------
メイン
--------------------------*/


div#main{
	width:855px;
	height:648px;
	float:right;
	/*background-color:#990099;*/
}
/*テキスト欄の設定*/
div#text{
	width:650px;
	height:648px;
	/*background-color:#ffc0cb;*/
	float:left;
	
}
div#intext{
	width:550px;
	height:548px;
	margin:80px 20px 20px 50px;
	/*background-color:#00c0cb;*/
	/*text-align:left;*/
	overflow:auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#0080ff;
	scrollbar-shadow-color:#00aaff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#00aaff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ccddff;
}

p{
	font-weight:600;
	text-align:left;
	color:#393939;
}
h1{
	margin:30px 0px 0px 30px;
	text-align:left;
	color:#ffffff;
}
h2{
margin:30px 0px 0px 30px;
	text-align:left;
	color:#ffffff;
}
ul{
	list-style-type:decimal;
	text-align:left;
	font-weight:600;
	color:#393939;
}


/*----------------------------
タイトルロゴ欄
------------------------------*/
div#logo{
	width:200px;
	height:648px;
	/*background-color:#ff00ff;*/
	float:right;
}


/*-------------------------
フッタ
---------------------------*/
div#footer{
	width:1024px;
	height:50px;
	text-align:center;
	/*background-color:#000099;*/
}