﻿/* 基本デザイン用CSS */
	
/* ***************************************/
.TEST:after
	{
	content: ".";   
	display: block;   
	height: 0;
	clear: both;  
	visibility: hidden;   
	}

.TEST 
	{
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .TEST { height:1%;}

.TEST 
	{
	display: block;
	}
	/* End hide from IE-mac*/
/* ***************************************/

/*全体*/

img
	{
	border-style: none;
	}
a
	{
	color: #708090;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
a:active
	{
	font-style: oblique;
	}
a:visited 
	{
	}
table
	{
	border-collapse: collapse;
	}
form 
	{
	margin: 6px 0px 2px;
	}
p 
	{
	margin: 3px 0px 1px;
	}
h1/* ------------------------タイトル*/
	{
	}
h2/* ------------------------見出し*/
	{
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
h3/* ------------------------警告・メッセージ*/
	{
	}
h4/* ------------------------投稿者名*/
	{
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -1px;
	} 
h5/* ------------------------投稿番号・日時*/
	{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -1px;
	margin-left: 5px;
	} 
h6/* ------------------------注釈*/
	{
	color: #999999;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: -1px;
	}
/* ***************************************/

/*大枠*/

body:after
	{
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;  
	visibility: hidden;   
	}
	/* Hides from IE-mac \*/
	* html body { height:1%;}
body	
	{
	font-family: Arial;
	font-size: small;
	color: #333333;
	margin: 0px auto;
	width: 100%;
	background-color: #FFFFFF;
	display: inline-block;
	}
	/* End hide from TE-mac*/
body	
	{
	display: block;
	}
	/* End hide from IE-mac*/
#header
	{
	vertical-align: middle;
	clear: left;
	height: 80px;
	width: 900px;
	background-color: #CCCCCC;
	display: inline-block;
	}
#footer 
	{
	color: #999999;
	line-height: 2em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 900px;
	background-color: #a9a9a9;
	}
#footer a
	{
	color: #FFFFFF;
	}
.waku-zentai:after
	{
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;  
	visibility: hidden;   
	}
.waku-zentai
	{
	margin: -2px auto;
	padding: 0;
	border-width: 2px;
	border-color: #FF6600;
	border-style: solid;
	clear: both;
	width: 900px;
	background-color: #e7e7e7;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .waku-zentai { height:1%;}
.waku-zentai 
	{
	display: block;
	}
.waku:after
	{
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;  
	visibility: hidden;   
	}
.waku
	{
	margin: 0 auto;
	padding: 0;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	clear: both;
	width: 900px;
	background-color: #CCCCCC;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .waku { height:1%;}
.waku 
	{
	display: block;
	}
.waku-inner
	{
	color: #666666;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: right;
	width: 890px;
	}
.waku-inner-border
	{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	width: 100%;
	background-color: #C0C0C0;
	}
.waku-inner-hip
	{
	float: left;
	width: 900px;
	background-color: #666666;
	}
.hip-tag
	{
	color: #666666;
	text-align: right;
	padding: 4px 10px 4px 50px;
	float: right;
	clear: left;
	background: url('tagu004.gif') no-repeat scroll left bottom;
	}
.hip-tag3
	{
	color: #666666;
	text-align: right;
	padding: 4px 10px 4px 50px;
	float: right;
	clear: left;
	background: url('tagu006.gif') no-repeat scroll left bottom;
	}

/*
	background: url('tagu004.gif') no-repeat scroll left bottom;
*/	
.waku a
	{
	color: #006699;
	}
.waku-1:after
	{
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;  
	visibility: hidden;   
	}
.waku-1/* ------------------------背景#CCCCCC*/
	{
	margin: 0 auto;
	padding: 0;
	border-width: 0px;
	border-color: #666666;
	border-style: solid;
	clear: both;
	width: 900px;
	background-color: #cccccc;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .waku-0 { height:1%;}
.waku-1 
	{
	display: block;
	}
.bana 
	{
	vertical-align: bottom;
	float: left;
	clear: left;
	width: 400px;
	}
.bana img
	{
	vertical-align: bottom;
	float: left;
	}
.etc
	{
	clear: both;
	width: 100%;
	}
/* ***************************************/

/*メインナビゲーションバー(書籍「XHTML+CSS虎の巻」p105参照)　※IE6では「hover」の擬似クラスが使用不可のため改変*/

#nav:after
	{
	content: ".";   
	display: block;   
	height: 0;
	clear: both;  
	visibility: hidden;   
	}

#nav 
	{
	border-bottom-width: 0px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	background-color: #666666;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #nav { height:1%;}
	
/*#navの背景色候補　#333333　#FF6600　#215283　#cb5245　#663399 #666666*/

#nav 
	{
	display: block;
	}
	/* End hide from IE-mac*/
	
	
#nav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li
	{
	font-size: small;
	color: #666666;
	white-space: nowrap;
	margin: 0 1px 0 0px;
	padding: 0;
	border-bottom: 0px solid #FFFFFF;
	float: left;
	}
#nav li.current
	{
	background-position: 100% -400px;
	}
#nav a, #nav li.current span
	{
	display: block;
	}
#nav li.current span
	{
	margin-top: 1px;
	padding: 7px 10px 5px;
	}
#nav a
	{
	padding: 5px 10px 3px;
	margin-top: 4px;
	text-decoration: none;
	color: #FFFFFF;
	background: url('tab001.gif') 50% 0px no-repeat;
	}
#nav a:hover
	{
	background-position: 50% -200px;
	}
#nav a:active
	{
	color: #333333;
	font-style: normal;
	text-decoration: none;
	background-position: 50% -400px;
	}
#nav li.current span
	{
	color: #333333;
	background: url('tab001.gif') 100% -400px no-repeat;
	}
/* ***************************************/

/*ナビゲーションバー(縦型）*/

#nav-tate:after
	{
	content: ".";   
	display: block;   
	height: 0;
	clear: both;  
	visibility: hidden;   
	}

#nav-tate 
	{
	float: left;
	width: 188px;
	background-color: #c0c0c0;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #nav-tate { height:1%;}

#nav-tate 
	{
	display: block;
	}
	/* End hide from IE-mac*/
	
#nav-tate ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav-tate li
	{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	float: left;
	}
#nav-tate li.current
	{
	background-position: 0% -400px;
	}
#nav-tate a, #nav-tate li.current span
	{
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 4px 10px;
	display: block;
	}
#nav-tate a
	{
	position: relative;
	right: -3px;
	width: 163px;
	text-decoration: none;
	color: #777777;
	background: url('tab002.gif') 0% 0px no-repeat;
	}
#nav-tate a:hover
	{
	background-position: 0% -200px;
	color: #FFFFFF;
	}
#nav-tate a:active
	{
	color: #333333;
	font-style: normal;
	text-decoration: none;
	background-position: 0% -400px;
	}
#nav-tate li.current span
	{
	color: #666666;
	text-align: left;
	margin-right: 0;
	position: relative;
	right: -3px;
	width: 165px;
	background: url('tab002.gif') 0% -400px no-repeat;
	}
/* ***************************************/

/*ノーマル⇔アブノーマルナビゲーションバー*/

#nav-nm-ab:after
	{
	content: ".";   
	display: block;   
	height: 0;
	clear: both;  
	visibility: hidden;   
	}

#nav-nm-ab /*#FFB366 #bf6a40*/
	{
	margin: 0 0 1px;
	padding: 0;
	border-bottom: 1px solid #A9A9A9;
	float: right;
	width: 100%;
	display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #nav-nm-ab { height:1%;}

#nav-nm-ab 
	{
	display: block;
	}
	/* End hide from IE-mac*/
	
	
#nav-nm-ab ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav-nm-ab li
	{
	font-size: small;
	color: #666666;
	white-space: nowrap;
	margin: 0px 0px 0px 1px;
	padding: 0;
	float: right;
	}
#nav-nm-ab li.current
	{
	background-position: 100% -400px;
	}
#nav-nm-ab a, #nav li.current span
	{
	display: block;
	}
#nav-nm-ab li.current span
	{
	margin-top: 1px;
	padding: 7px 10px 5px;
	}
#nav-nm-ab a
	{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 10px 2px 10px;
	width: 220px;
	background: url('tab001.gif') 0% 0px no-repeat;
	}
#nav-nm-ab a:hover
	{
	background-position: 0% -200px;
	}
#nav-nm-ab a:active
	{
	color: #333333;
	font-style: normal;
	text-decoration: none;
	background-position: 0% -400px;
	}
#nav-nm-ab li.current span
	{
	color: #333333;
	background: url('tab001.gif') 0% -400px no-repeat;
	}
/* **************************************
	background: url('tab002.gif') 0% -400px no-repeat;
*/

/*ページめくりボタン*/

.pgbotan/*背景#CCCCCC*/
	{
	color: #999999;
	text-align: center;
	padding: 15px 6px;
	clear: both;
	width: 100%-12px;
	background-color: #CCCCCC;
	}
.pgbotan2/*背景#e7e7e7*/
	{
	color: #999999;
	text-align: center;
	padding: 15px 6px;
	clear: both;
	width: 100%-12px;
	background-color: #e7e7e7;
	}
.pgbotan a, .pgbotan2 a
	{
	color: #006699;
	}
.pgbotan span, .pgbotan2 span
	{
	color: #CCCCCC;
	background-color: #999999;
	}
/* ***************************************/

/*ＴＯＰページ/ログ、ギャラリー用*/

.main 
	{
	float: right;
	clear: right;
	width: 700px;
	}
.main hr
	{
	margin-top: -1px;
	margin-bottom: -1px;
	}
.main table
	{
	table_layout: fixed;
	}
.main-inner
	{
	padding: 0px 0px 0px 5px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	float: left;
	width: 695px;
	background-color: #FF6600;
	}
/*	background-color: #FF9933 FF6600 ff7f50;*/


.main-inner h1
	{
	margin-bottom: 0px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	}
.main-inner h1 a
	{
	color: #696969;
	text-decoration: none;
	}
.main-inner h5
	{
	color: #666666;
	}

.main-inner-random
	{
	padding: 0px 0px 0px 5px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	float: left;
	width: 695px;
	background-color: #FF6600;
	}
.main-inner-random h1
	{
	margin-bottom: 0px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	}
.main-inner-random h1 a
	{
	color: #666666;
	text-decoration: none;
	}
.main-inner-random h5
	{
	color: #666666;
	}
.main-inner-random img
	{
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	}
	
.main-inner-hed
	{
	padding-left: 5px;
	float: left;
	height: 27px;
	width: 695px;
	background-color: #a9a9a9;
	}
.main-inner-hed2
	{
	padding: 2px 40px 3px 5px;
	float: left;
	height: 27px;
	background: url('tagu005.gif') no-repeat right bottom;
	}
.main-inner-hed2 h2
	{
	color: #333333;
	}
.main-inner-hip1
	{
	text-align: right;
	padding: 3px 25px 4px 6px;
	border-top: 3px solid #a9a9a9;
	float: right;
	width: 669px;
	height: 15px;
	}
.main-inner-hip2
	{
	text-align: right;
	padding: 2px 25px 3px 2px;
	border-top: 3px solid #a9a9a9;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #666666;
	float: right;
	height: 15px;
	width: 673px;
	background: #a9a9a9 url('tagu003.gif') no-repeat -450px bottom;
	}
.main-inner-hip2 a
	{
	color: #666666;
	}
.main-inner-hip3
	{
	border-top: 2px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	float: right;
	width: 699px;
	}
.main-inner-ad
	{
	padding: 7px 0px 8px;
	border-right: 4px solid #c0c0c0;
	float: left;
	width: 696px;
	background-color: #e7e7e7;
	}
.main-inner-aki
	{
	margin: 0;
	padding: 0;
	float: left;
	height: 15px;
	width: 700px;
	background-color: #e7e7e7;
	}
.main-inner-aki-l
	{
	margin: 0;
	padding: 0;
	float: left;
	height: 60px;
	width: 700px;
	background-color: #e7e7e7;
	}
.main-inner-inner-odai
	{
	padding: 3px 15px 3px 35px;
	float: left;
	width: 645px;
	background-color: #DCDCDC;
	}
.inner-odai
	{
	float: left;
	width: 20%;
	}
.inner-odai2
	{
	padding-bottom: 7px;
	float: left;
	width: 49%;
	}
.inner-odai2 h2
	{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C0C0C0;
	}
/*
.main-inner-inner-hed
	{
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-top-style: solid;
	border-bottom-style: solid;
	background: #c0c0c0 url('tagu001.gif') no-repeat -7px bottom;
	}
*/
/* ---------------------------*/
.sub-kakomi
	{
	float: left;
	}
* html .sub-kakomi/* IE6のみに適応*/
	{
	float: none;
	}
.sub 
	{
	color: #666666;
	margin-top: 0px;
	margin-right: 12px;
	clear: left;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	float: left;
	width: 187px;
	background-color: #CCCCCC;
	}
.sub a
	{
	color: #708090;
	}
.sub h2
	{
	color: #777777;
	}
.sub p
	{
	color: #666666;
	}
.sub ul
	{
	line-height: 117%;
	margin: 0px 0px 12px 2px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
	}
.sub-kadomaru 
	{
	margin-top: 15px;
	margin-right: 12px;
	float: left;
	clear: left;
	position: relative;
	top: 2px;
	height: 15px;
	width: 188px;
	background: url('kadomaru001.gif') no-repeat top center;
	}
.sub-kadomaru2
	{
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	position: relative;
	top: -2px;
	height: 15px;
	width: 188px;
	background: url('kadomaru002.gif') no-repeat left bottom;
	}
	
.sub-ad 
	{
	text-align: center;
	margin: -1px 0px 0px;
	padding: 6px 5px 5px;
	clear: both;
	}
.sub-text
	{
	text-align: left;
	margin: 0px 0px 7px;
	padding: 10px;
	clear: both;
	background-color: #CCCCCC;
	}
.sub-hed
	{
	vertical-align: middle;
	margin: 0px;
	padding: 1px 5px 3px 12px;
	border-top: 1px solid #A9A9A9;
	clear: both;
	height: 25px;
	background: #cccccc url('maru001.gif') no-repeat left center;
	}
.sub-brank/* -----------------------ブランク*/
	{
	font-size: 1px;
	margin-right: 12px;
	margin-bottom: 3px;
	float: left;
	clear: left;
	width: 188px;
	}
.samune/* ------------------------(書籍「XHTML+CSS虎の巻」p96参照)*/
	{
	border: 1px solid #333333;
	position: relative;
	height: 75px;
	width: 100px;
	overflow: hidden;
	}
.samune img/* ------------------------(書籍「XHTML+CSS虎の巻」p96参照)*/
	{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	}
.samune-empty/* ------------------------空欄の場合*/
	{
	border: 1px solid #c0c0c0;
	position: relative;
	height: 75px;
	width: 100px;
	overflow: hidden;
	}
/* ---------------------------*/

.col1 
	{
	float: left;
	width: 50%;
	background-color: #33336a;
	}
/* -------------*/
.col1 h1
	{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: -2px;
	margin-left: 10px;
	} 

.col1 h1 a
	{
	color: #37386B;
	text-decoration: underline;
	} 
.col1 h1 a:visited
	{
	color: #566f8c;
	}
.col1 h1 a:hover
	{
	text-decoration: none;
	}
/* -------------*/
.col1 h2
	{
	color: #003399;
	}
	
.col1-hip 
	{
	border-top: 3px solid #a9a9a9;
	float: left;
	height: 0px;
	width: 100%;
	background-color: #e7e7e7;
	}
/* ---------------------------*/

.col2 
	{
	float: right;
	width: 50%;
	background-color: #a62d0e;
	}
/* -------------*/
.col2 h1
	{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: -2px;
	margin-left: 10px;
	} 
.col2 h1 a
	{
	color: #cb5245;
	text-decoration: underline;
	} 
.col2 h1 a:visited
	{
	color: #996666;
	}
.col2 h1 a:hover
	{
	text-decoration: none;
	}
/* -------------*/
.col2 h2
	{
	color: #990000;
	}
	
.col2-hip 
	{
	border-top: 3px solid #a9a9a9;
	float: left;
	height: 0px;
	width: 100%;
	background-color: #e7e7e7;
	}
/* ---------------------------*/

.col-inner 
	{
	padding: 0px 6px 0px 0px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 0px solid #666666;
	float: right;
	width: 339px;
	background-color: #dcdcdc;
	}
.col-inner-hed 
	{
	text-align: left;
	vertical-align: middle;
	padding-bottom: 1px;
	float: right;
	width: 350px;
	background: #a9a9a9 url('tagu001.gif') no-repeat 0px bottom;
	}
/* 
	background: #999999 url('tagu001.gif') no-repeat 0px bottom;
*/

.col-inner table 
	{
	padding: 4px 5px 2px 7px;
	}
.col1 .col-inner-hed 
	{
	border-left: 1px solid #999999;
	width: 349px;
	}
/* ***************************************/

/*汎用*/

.kokoku-top 
	{
	color: #CCCCCC;
	text-align: right;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 2px;
	float: right;
	clear: right;
	width: 483px;
	display: inline-block;
	}

.kokoku-top img
	{
	float: none;
	clear: both;
	}
.kokoku-top a 
	{
	color: #999999;
	}


.hanyo0/* ------------------------右詰・背景なし*/
	{
	text-align: right;
	padding: 4px 6px;
	width: 100%-12px;
	}
.hanyo0-2/* ------------------------左詰・背景なし*/
	{
	text-align: left;
	padding: 4px 6px;
	width: 100%-12px;
	}
.hanyo0-3/* ------------------------中詰・背景なし*/
	{
	text-align: center;
	padding: 4px 6px;
	width: 100%-12px;
	}
.hanyo1/* ------------------------右詰・背景#CCCCCC*/
	{
	text-align: right;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #CCCCCC;
	}
.hanyo1-2/* ------------------------左詰・背景#CCCCCC*/
	{
	text-align: left;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #CCCCCC;
	}
.hanyo1-3/* ------------------------中詰・背景#CCCCCC*/
	{
	text-align: center;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #CCCCCC;
	}
.hanyo2/* ------------------------右詰・背景#999999*/
	{
	text-align: right;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #999999;
	}
.hanyo2-2/* ------------------------左詰・背景#999999*/
	{
	text-align: left;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #999999;
	}
.hanyo2-3/* ------------------------中詰・背景#999999*/
	{
	text-align: center;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #999999;
	}

.hanyo3/* ------------------------右詰・背景#e7e7e7*/
	{
	text-align: right;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #e7e7e7;
	}
.hanyo3-2/* ------------------------左詰・背景#e7e7e7*/
	{
	text-align: left;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #e7e7e7;
	}
.hanyo3-2 h2
	{
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	}
.hanyo3-2 ul
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.hanyo3-3/* ------------------------中詰・背景#e7e7e7*/
	{
	text-align: center;
	padding: 4px 6px;
	width: 100%-12px;
	background-color: #e7e7e7;
	}
.brank/* ------------------------普通のブランク*/
	{
	height: 120px;
	width: 100%;
	}
.brank-s/* -----------------------ちょっとのブランク*/
	{
	height: 50px;
	width: 100%;
	}
.brank-ss/* -----------------------んっとちょっとのブランク*/
	{
	height: 20px;
	width: 100%;
	}
/* ***************************************/

/*付箋紙風*/

.fusen
	{
	text-align: left;
	float: left;
	clear: both;
	width: 100%;
	}
.fusen-inner-hed
	{
	font-size: 3px;
	text-align: left;
	float: left;
	height: 3px;
	width: 100%;
	}
.fusen-inner
	{
	text-align: left;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 6px solid #FF9933;
	float: left;
	clear: both;
	position: relative;
	right: -7px;
	width: 100%;
	background-color: #DCDCDC;
	}
.fusen-underline
	{
	margin-top: 1px;
	margin-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
	}
.fusen-inner-hip
	{
	font-size: 3px;
	text-align: left;
	float: left;
	height: 3px;
	width: 100%;
	}
/* ***************************************/

/*マイギャラリー用*/

.myg-title
	{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: left;
	clear: both;
	width: 500px;
	background: url('shikaku002.gif') no-repeat left center;
	}
.kome-hyou
	{
	text-align: right;
	margin-right: 1px;
	margin-left: 1px;
	padding: 5px 5px 15px;
	float: left;
	width: 886px;
	}
.nega
	{
	color: #A9A9A9;
	text-align: right;
	margin-right: 1px;
	margin-left: 1px;
	padding: 5px 5px 15px;
	float: left;
	width: 886px;
	background-color: #333333;
	}
.nega-inner,.nega-inner0
	{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	}
.nega-inner
	{
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	}
/* ***************************************/

/*職おね用*/

.main-inner-shoku
	{
	padding: 0px 0px 0px 5px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	float: left;
	width: 695px;
	background-color: #339999;
	}
.main-inner-shoku-sm
	{
	margin: 3px;
	border: 1px solid #330000;
	height: 75px;
	width: 100px;
	background-color: #ffffff;
	overflow: hidden;
	}
.main-inner-shoku-sm-sentaku/* 選択されているサムネ用　*/
	{
	margin: 3px;
	border: 6px solid #FF9933;
	height: 65px;
	width: 90px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
.main-inner-shoku-sm-space/* 空欄サムネ用　*/
	{
	margin: 3px;
	border: 1px solid #CCCCCC;
	height: 75px;
	width: 100px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

.kaburi-image/* サムネに被るメッセージ画像用　*/
	{
	margin-top: -50px;
	position: relative;
	right: -50px;
	bottom: -40px;
	}