@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333;
}

html{                 /* Firefoxで常にスクロールバーを表示 */
	height:100%;
	margin-bottom:1px;
}


/*======================================

	アンカー

=======================================*/

a:link {
	color: #0a3f73;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #aa0000;
}

#menu a:link {
	color: #333;
	text-decoration:none;
}

#menu a:visited {
	color: #666;
	text-decoration:none;
}

#menu a:hover {
	color: #000;
	text-decoration:none;
}


/*======================================

	見出し

=======================================*/
h1{
	font-size: 5px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-size: 5px;
	font-weight: normal;
	letter-spacing:0.1em;
}

h3 {
	font-size: 17px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.3em;
	font-weight: normal;
}

h4 {
	height: 12px;
	line-height: 1.0;
	font-size: 14px;
	font-weight: normal;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 12px solid #333;
	color: #333;
}


/*======================================

	リスト

=======================================*/

ul li{
	margin: 0 0 0 2em;
}

ol li{
	margin: 0 0 0 2.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}


/*======================================

	段落・水平線・イメージ

=======================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #cccccc; /* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	color: #FFF;
	width: 813px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	margin: 15px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}


/* ----------　ヘッダー　------------- */

#header {
	padding: 3px 0 7px 0;
	margin: 15px auto; 
	border: 0px solid #999;
	text-align: left;     /* IEでセンタリングさせる方法 */
}


/* ----------　メニュー部　------------- */

#menu {
	background: url(img/bgoff.gif) repeat-x bottom;
	width: 813px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	height: 22px;     /* -- #menu pの高さ「17」＋#menu pのpadding上下値をたした値「4」＋#menu pのborder-top値「1」＝「22」 -- */
}

#menu p {
	height: 17px;
	width: 115px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 2px 0 2px 0;
	float:left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.on {
	background: url(img/bgon.gif) repeat-x bottom;
}

.off {
	background: url(img/bgoff.gif) repeat-x bottom;
}

.on2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgon.gif) repeat-x bottom;
	border-right: 1px solid #999;
}
.off2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgoff.gif) repeat-x bottom;
	border-right: 1px solid #999;
}


/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	color: #555;
	width: 811px;     /* --（メニュー部#menuのwidth値「697」）−（左右の枠線の本数「2」）＝「695」-- */
	height: 500px;
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	clear: both;
	
}


/* ----------　ページタイトル部　------------- */

#pagetitle {
	text-align: left;
	padding: 40px 20px;
	margin-left: 30px;
}


/* ----------　メイン 記事部　------------- */

#kizi {
    width: 381px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:50px;
}


/* ----------　プロジェクト 記事部　------------- */

#pro {
    width: 231px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:50px;
}




/* ----------　画像部　------------- */

#gazo {
	text-align: left;
	width: 300px;
	padding: 0px;
	float:right;
	margin-right:50px;
}

/* ----------　プロジェクト画像部　------------- */

#progazo {
	text-align: left;
	width: 450px;
	padding: 0px;
	float:right;
	margin-right:50px;
}



/* ----------　フッター　------------- */

#footer {
	border: 0px solid #999;
	font-size: 9px;
	color:#333333;
	text-align: right;
	margin: 10px 0;
	padding: 5px 0; 
}
