/*****************************************************************************/
/* --  Cradle CSS                                                         -- */
/*****************************************************************************/

/* ============================================================================
 Default settings 
============================================================================ */

/* 全初期化 */

* {
	margin: 0px;
	padding: 0px;
}

/* 全体のフォント・文字色指定 */

body {
	text-align: center;
	font-size: 100%;
	text-align: center;
	line-height: 110%;
	background-image: url("../img/bgp_10_10.png");
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: "MS ゴシック",Osaka;
	color: #000000;
}

/* リンク・マウスアクティブの定義 */

A:link		{text-decoration: none;color: #BA8D65;}
A:visited	{text-decoration: none;color: #4D4D4D;}
A:hover		{text-decoration: none;color: #5C7380;}

/* ============================================================================
 Frame settings 
============================================================================ */

/* 全体枠の設定 */

div#full {
	width: 800px;
	height: 100%;
	text-align: left;
	font-size: 77%;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	background-repeat: repeat-y;
	background-image: url("../img/bg_line.png"); 
}


/* メインコンテンツ */

div#main {
	height: 100%;
	text-align: left;
	margin-left: 200px;

}

/* メインコンテンツ用余白設定(index以外) */
div#main_pd {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}

/* indexでの最新情報表示 */
div#top {
	padding-top: 20px;
	padding-left: 13px;
	margin-bottom: 20px;
}

/* indexでのテキスト処理 */
div#text {
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #383838 dashed;
}

/* メインコンテンツバナー定義 */

div#title {
	height: 500px;
	width: 100%;
	border-bottom: 1px solid;
}

/* サイト上部バー定義 */

div#bar {
	height: 12px;
	background-color: #000000;
}

/* 左メニュー定義 */

div#left {
	float: left;
	width: 200px;
	height: 800px;
}

/* ロゴ部分定義 */

div#logo {
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../img/puffs_logo.png"); 
	margin-bottom: 20px;
}

/* 左メニューリスト設定 */

#left li {
	padding-left: 8px;
	padding-bottom: 2px;
	list-style-type: none;
}

#left li.img{
	padding-left: 8px;
	padding-bottom: 2px;
	list-style-type: none;
}

#left p {
	padding-left: 15px;
	padding-bottom: 5px;
}

#left img {
	margin-bottom: 6px;
}

#left logo {
	width: 200px;
	height: 220px;
	margin-bottom: 20px;
	
	background-repeat: no-repeat;
	background-image: url("../img/cradle_logo.png"); 
	}

/* フッター定義 */

div#copyright {
	height: 20px;
	text-align:center;
	color: #FFFFFF;
	background-color: #000000;
	margin:0;
	padding-top:7px;
	clear:both;
}

/* works内のテーブル定義 */
div#works {
}
#works tr{
	height: 25px;
}

/* circle内のテーブル定義 */
div#circle {
}

#circle td{
	padding-left: 5px;
	padding-right: 10px;

}

td.top { 
	vertical-align: top;
	height:80px; 
}

td.cap {
	vertical-align: middle;
	height:10px;
	padding:5px;
	}

#circle table{
	margin-bottom: 10px;
}
	
/* ============================================================================
 Text settings 
============================================================================ */

h1 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 50px;
}

h2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}


h3 {
	font-size: 130%;
	margin-bottom: 15px;
}

