@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - -

Title : 2-Column_MainContents_Static
Author : Taadaki Osawa
URL : http://www.portas.jp/

Description :2カラム-メインコンテンツ部分幅固定のレイアウトテンプレート

Created : 07.12.2007
Modified : v1.00

- - - - - - - - - - - - - - - - - - - - - */

/*----------------------------------------

1.Layout Setting

------------------------------------------*/
body {
	background: #000 url(../images/body_bg.gif) repeat-x;
	text-align: center;
}

#content {
	width: 955px;/*ページ全体の幅*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

	/* header area */
	#header {
		height: 351px;
		margin-top: 5px;
		background: url(../images/header_bg.gif) no-repeat;
		font-size: 0px;
		line-height: 1;
	}
		#header h1 {
			float: left;
			width: 524px;
			padding-left: 111px;
			margin-top: 128px;
		}
		
		#globalNav {
			float: left;
			width: 217px;
			padding-top: 76px;
			list-style: none;
			list-style-position: outside;
		}
		#globalNav li {
			margin: 0px 0px 13px 0px;
		}


	#wrapper {
		position: relative;
		width: 100%;
		min-height: 1184px;
		padding-top: 57px;
		background: url(../images/wrapper_bg.gif) no-repeat;
	}
	
		/*  left column  */
		.subTitleBlog {
			position: relative;
			left: 111px;
			width: 440px;
			padding-right: 65px;
			padding-bottom: 36px;
		}



		/* right column area  */
		#discription {
			position: absolute;
			right: 110px;
			width: 209px;
			margin-left: 65px;
		}
		#discription * {
			line-height: 1.4;
		}
		#discription #about {
			background-color: #141414;
			margin-top: 55px;
			padding: 0px 13px;
			color: #BCC2A0;
		}
		#discription h3 {
			padding-top: 13px;
		}
		#discription dl {
			margin-top: 36px;
		}
		#discription dt {
			margin-top: 18px;
			color: #BCF299;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#discription p {
			font-size: 90%;
		}


/*  footer area  */
#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/footer_bg.gif) ;
	border-top: #2B4D60 solid 8px;
}
#footerNav {
	list-style: none;
	margin-top: 21px;
	margin-bottom: 21px;
}
#footerNav li {
	display: inline;
	margin-right: 21px;
}
div#credit {
	width: 601px;
	margin: 0px auto;
	padding-bottom: 89px;
	text-align: left;	
	color: #3E6D82;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*----------------------------------------

2.Common Theme Setting

------------------------------------------*/
/* global & footer navigation*/
#globalNav a:link,
#globalNav a:visited,
#globalNav a:hover,
#footerNav a:link,
#footerNav a:visited,
#footerNav a:hover {
	background: none;
	text-decoration: none;
	border: none;
}

/* for IE footer alpha png */
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
