@charset "UTF-8";

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

Title :common page's theme CSS
Author :Tadaki Osawa 
URL : http://www.portas.jp/

Description : 各コンテンツページ用のテーマCSS

Created : 07.12.2007
Modified : 1.00

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

body {
	background: #000 url(../../images/body_bg_m.gif) repeat-x;
}	 


/* header column area */
#header {
	height: 202px;
	background-position: left bottom;
}
#header #companyName {
	float: left;
	width:254px;
	margin-top: 59px;
	padding-left: 111px;
}


/*  global navigation area  */
#globalNav {
	width: 480px;
	padding-top: 68px;
}
#globalNav li {
	display: inline;
	margin: 0px;
	padding-right: 4px;
}


/*  left column area  */
.text {
	position: relative;
	left: 111px;
	width: 469px;
	margin-bottom: 36px;
	margin-right: 65px;
	padding-bottom: 36px;
	border-bottom: 1px dotted #ABABAB;
}					
	h1 { font-size: 100%; }
	div.text  h2 {
		margin-bottom: 1.5em;
		font-size: 125%;
		font-weight: bold;
		letter-spacing: 1px;
		color: #CACAC8;
	}
	div.text h2 a:link,
	div.text h2 a:visited,
	div.text h2 a:hover,
	div#credit a:link,
	div#credit a:visited,
	div#credit a:hover {
   		color: #FFF;
		border-color: #FFF;
	}
	
	div.text dt {
		background: #141414 url(../../images/bullet_35.png) no-repeat 8px 50%;
		margin-top: 1em;
		padding: 8px 8px 8px 24px;
		color: #bcf299;
		line-height: 1em;
		letter-spacing: 2px;
	}
	
	div.text dd {
		background-color: #141414;
		padding: 0px 8px 8px 8px;
	}
	
		div.text ul {
			margin-top: 0px;
		}

/* nifty Area box setting*/
div.nifty {
	background-color: #141414;
	margin-bottom: 2em;
	padding: 9px 13px 1px 13px;
	font-size: 11px;
}

div.nifty h2,
div.nifty h3 {
	margin-top: 1em;
}

/* tag setting*/
h3 {
	margin-top: 3em;
	color: #4EBDE7;
	font-weight: normal;
}

h4 {
	color: #BCC299;
	font-size: 100%;
	font-weight: normal;
}