/**********************************************************************************************/
/*全体
/**********************************************************************************************/

/* ブラウザスタイルの初期化 */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.1;
	}


body{
	background-color:#ffffff;
}

/* 外色付き枠 */


#all-pagewidth{
	background:#000000;
}

/* コンテンツ枠 */

#pagewidth{
	width:760px;
	margin:0px auto 0px auto;
	text-align:left;
	color:#666666;
}

/**********************************************************************************************/
/* タイトル */
/**********************************************************************************************/

h2#maintitle{
	height:275px;
} 

/**********************************************************************************************/
/* テキスト 画像*/
/**********************************************************************************************/

img {
	border:0 !important;
	}

/**********************************************************************************************/
/* リンクテキスト */
/**********************************************************************************************/

a.linktext{
	font-size:x-small !important;
}


/* IE対策*/	
* html a.linktext{
	font-size:10px !important;
}

a.linktext:link{
	color:#000099 !important;
	text-decoration: none;
	
}

a.linktext:visited{
	color:#000099 !important;
	text-decoration: none;
}

a.linktext:hover{
	color:#666699 !important;
	text-decoration: underline;
}

a.linktext:active {
	color:#666699 !important;
	text-decoration: none;
}

/**********************************************************************************************/
/* 追加分 */
/**********************************************************************************************/

table.contents_main {
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #ffffff;
}

img.profile1 {
	margin: 30px 0 0 34px;
}

img.profile2 {
	margin: 12px 0 0 34px;
}

img.profile3 {
	margin: 20px 0 0 34px;
}

table.comment {
	margin: 15px 0;
	padding: 0;
	width: 440px;
}

img.photo_right {
	margin: 0 0 0 20px;
	padding: 0;
}

img.photo_left {
	margin: 0 20px 0 0;
	padding: 0;
}

table.pagetop {
	width: 440px;
	height: 30px;
	margin: 15px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.contents_menu {
	margin: 40px 0;
	padding: 0;
	width: 440px;
}

img.menuimg {
	margin:  0 1px;
	padding: 0;
}

td {
	font-size:80%;
	line-height: 1.8;
}

/* IE対策*/

* html td{
	font-size:12px !important;
	line-height: 20px;
}

