/*文字コード*/
@charset "shift_jis";


/*デザイン初期化・フォント指定*/
*{
	margin:0;
	padding:0;
}

p{
	font-family:"ＭＳ ゴシック","ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:95%;
	line-height:1.5;
	margin:20px auto;
}



/*全体*/
#wrapper{
	width:1024px;
	height:auto;
	margin:0 auto;
	background:#ffffcc;
}



/*ヘッダー部分*/
#header{
	margin:5px auto;
}



/*サイドバー部分*/
#sidebar{
	float:left;
	margin:5px auto;
	padding:5px;
	padding-bottom:30px;
	width:200px;
	height:950px;
	background:#ff9900;
	font-size:80%;
}

#sidebar img.navi_now{
	width:200px;
	height:45px;
	margin:5px auto;
}

#sidebar img.navi{
	width:180px;
	height:41px;
	margin:5px auto;
}

#sidebar img.navi:hover{
	width:200px;
	height:45px;
	margin:5px auto;
}

#sidebar img.to_top{
	width:180px;
	height:41px;
	margin:5px auto;
}

#sidebar img.to_top:hover{
	width:200px;
	height:45px;
	margin:5px auto;
}


/*メイン部分*/
#main{
	float:left;
	margin:5px 15px;
	border:solid 1px #000000;
	padding:30px 10px;
	width:600px;
	height:922px;
	background:#ffffff;
	line-height:1.5;
	overflow:auto;
}

#right_banner01{
	float:right;
	margin-top:5px;
	margin-right:1px;
}

#kanpa{
	float:right;
	margin-top:10px;
	margin-right:15px;
}

.update{
	width:auto;
	height:200px;
	bottom:5px;
	border:double 1px #000000;
	margin:5px;
	padding:5px 20px;
	background:#ffffff;
	overflow:auto;
}

.main_box{
	width:auto;
	border:solid 1px #000000;
	margin:100px auto;
	padding:20px;
}

.main_box h2{
	text-align:center;
	margin:10px auto 20px;
}

.in_box{
	width:auto;
	margin:50px auto;
	font-size:90%;
	border:double 3px #cccccc;
	padding:20px;
}

.in_box table,tr,td{
	border:solid 1px #000000;
	padding:5px;
	border-collapse:collapse;
}

.in_box_solid{
	width:auto;
	margin:50px auto;
	font-size:90%;
	border:solid 1px #000000;
	padding:20px;
}


/*ごあいさつ関連*/

.about table{
	width:auto;
	margin:10px auto;
	border:solid 1px #000000;
}

.about tr,th,td{
	width:auto;
	margin:10px auto;
	padding:5px;
	border:solid 1px #000000;
	border-collapse:collapse;
	font-size:90%;
}

.about th{
	background:#ffffcc;
}


/*日記関連*/

.diary_list{
	text-align:center;
}

.diary_list li{
	display:inline-block;
	background:#ffffcc;
	border:solid 1px #ff9933;
	margin:10px auto 10px;
	padding:5px 10px;
}

.diary_list a{
	text-decoration:none;
	color:#3300ff;
}

.diary_list li:hover{
	background:#ffcc66;
}

.diary h3{
	text-align:left;
}


/*技術情報的な何か関連*/

.border_none table,tr,th,td{
	border-style:none;
	text-align:center;
}

.tech_table table,tr,th,td{
	width:auto;
	border:solid 1px #000000;
	text-align:left;
}

.tech_table2 table,tr,th,td{
	width:auto;
	border:solid 1px #000000;
	text-align:center;
}

/*FLASH劇場関連*/
.flash_info{
	width:500px;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
}

/*あざーっす関連*/
.others_info{
	width:500px;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
}

.no_border_image{
	border:none;
}


/*フッター部分*/
#fotter{
	clear:both;
	margin:0 auto;
	width:1024px;
	height:auto;
	padding:10px 0;
	background:#ff9900;
}

#fotter address{
	height:auto;
	font-style:normal;
	color:#ffffff;
	font-size:90%;
	text-align:center;
}



/*トップ・キャプション*/
.top_caption{
	margin:5px;
	font-size:small;
	text-align:center;
}



/*注意書き(黒字)*/
.notes_black{
	color:#000000;
	font-size:small;
}


/*注意書き(赤字)*/
.notes_red{
	color:#ff0000;
	font-size:small;
}


/*太字*/
.bold{
	font-weight:bold;
}


/*通常文字*/
.nomal{
	text-decoration:nomal;
	font-size:medium;
}

/*小文字*/
.small{
	font-size:70%;
}

/*赤字*/
.font_red{
	color:#ff0000;
}


/*テキスト・センタリング*/
.center{
	margin:5px auto;
	text-align:center;
}


/*罫線・マージン*/
hr{
	margin:20px auto;
}

/*インデント(1em)*/
.indent1{
	text-indent:1em;
}


/*インデント(2em)*/
.indent2{
	text-indent:2em;
}




