﻿@charset "utf-8";

/*============================================
全般的なスタイル　プリント版
============================================*/
body {
	background-color:#ffffff;	/*ページ全体の背景色*/
	background-image:none;		/*ウェブページ全体の背景画像は無し*/
	font-size:95%;			/* フォントサイズを95%にする */
	color:#000000; 			/*文字色*/
}
div#pagebody, div#info, info2, p, hr {
	width:100%;			/*幅の指定*/
	background-image:none;		/*コンテンツ全体の背景画像は無し*/
}

/*============================================
メインメニュー・ヘッダ画像・サブメニュー・フットボタン
============================================*/
ul#menu, #img_index1000, #img_index1200, #img_index1500, #img_index1860, #img_subpage1000, #img_subpage1200, #img_subpage1500, #img_subpage1860, div#submenu, div#footbutton {
	display:none; 			/*非表示にする*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:60px;			/*ヘッダ部分の高さ*/
}
div#header h1 {
	padding:0px 0px 0px 10px;	/*見出しの位置調整*/
	font-size:46px;			/*フォントのサイズ*/
}
.header_logo {
	padding:0px 0px 0px 0px;		/*見出しの位置調整*/
	width:60px; height:52px;	/*トップページのロゴ画像の表示サイズを指定*/
	margin:0px 10px -10px 0px;	/*マージン*/
}

/*============================================
インフォメーション（右カラム）
============================================*/
h3 {
	width:698px;			/*横幅*/
	/*width:654px;*/			/*横幅*/
}
.infoimg_photo {
	width: 156px;
	height: 116px;
	border-style:ridge;			/*画像の枠を指定*/
	border-width:medium;
	border-color:#f0f0f0;
}
.infoimg_index {
	width:200px; height:150px;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:right;			/*画像を右寄せにする*/
}
.infoimg_subpage {
	width:362px; height:503px;	/*画像の表示サイズを指定*/
	margin:0px 20px 20px 0px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
}
.infoimg_left {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	margin:6px 10px 2px 4px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_left_SS {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:6%; height:6%;			/*画像の表示サイズを指定*/
	margin:6px 10px 2px 4px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_left_S {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:12%; height:12%;			/*画像の表示サイズを指定*/
	margin:6px 10px 2px 4px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_left_M {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:16%; height:16%;			/*画像の表示サイズを指定*/
	margin:6px 10px 2px 4px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_left_L {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:28%; height:28%;			/*画像の表示サイズを指定*/
	margin:6px 10px 2px 4px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_right {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	margin:6px 4px 2px 10px;		/*マージン*/
	float:right;				/*画像を右寄せにする*/
}
.infoimg_right_S {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:12%; height:12%;			/*画像の表示サイズを指定*/
	margin:6px 4px 2px 10px;		/*マージン*/
	float:right;				/*画像を右寄せにする*/
}
.infoimg_right_M {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:16; height:16%;			/*画像の表示サイズを指定*/
	margin:6px 4px 2px 10px;		/*マージン*/
	float:right;				/*画像を右寄せにする*/
}
.infoimg_right_L {
	/*width:98px; height:93px;*/		/*画像の表示サイズを指定*/
	width:28%; height:28%;			/*画像の表示サイズを指定*/
	margin:6px 4px 2px 10px;		/*マージン*/
	float:right;				/*画像を右寄せにする*/
}
/*============================================
テーブル
============================================*/
table.profile {
	width:708px;			/*テーブル全体の幅*/
}
