/*********************************************************************
 Design#5630
	This theme was designed and built by  and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

***********************************************************************/

/**************************/
/* Cross-browser settings */
/**************************/
* {
	margin: 0;
	padding: 0;
}

/****************************/
/* general styles 			*/
/****************************/
body {
	height: 100%;
//	background: #FFE3FF;
	font-size: 16px;
}

img {
	border:0;
}

a {
	color: #0000ff;
}

a:visited {
	color: #440088;
}

a:hover {
	color: #0000c0;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px auto;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	color: #333333;
	font: 1.0em/150% 'arial', sans-serif;
}

/****************/
/*	Header		*/
/****************/
#header {
	float: left;
	width: 100%;
	height: 135px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/images/ariya/PV2s.jpg) no-repeat;
/*	background: #ffffff url(/images/cheez/imgphpvg2.png) no-repeat;*/
}

#header #title {
	margin: 20px 0px 0px 30px;
	padding: 0px;
	color: #000000;
	font: bold 2.5em 'arial black', sans-serif;
	text-align: center;
}

#header #title a {
	color: #000000;
}

#header div#description {
	margin: 0px 30px 0px 30px;
	padding: 0px;
	font-size: 1.2em;
	text-align: center;
}

/****************/
/*  Navigation	*/
/****************/
#navigation {
	float: left;
	width: 93%;
	margin: 0;
	padding: 5px 2% 5px 5%;
	line-height: 33px;
}

#navigation ul {
	list-style:none;
	float: right;
}

#navigation li {
	display:inline;
	float:left;
	margin: 0;
}

#navigation li a.tabs {
	float:left;
	padding-left: 4px;
	text-decoration:none;
}

#navigation li a.tabs:hover {
}

#navigation li a.tabs span {
	float:left;
	width:88px;
	padding: 2px 2px 4px 2px;
	color: #333333;
	font-size: 1.0em;
	text-align: center;
}

#navigation li a.tabs:hover span {
}

/*****************/
/* Main contents */
/*****************/
#contents {
	float:	left;
/*	width:	600px;	*/
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
/*	background: #ffffff;	*/
	font-size: 1.0em;
	text-align: left;
}

#contents h2 {
	margin: 20px 25px 10px;
	padding: 10px 20px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 5px solid;
	font: bold 1.6em 'arial', sans-serif;
	text-align: left;
}

#contents h2 a {
	color: #000000;
}

#contents .contents_body {
	margin: 15px 25px;
	padding-left: 2em;
}


#contents h3 {
	margin: 20px 25px 10px;
	padding: 10px 20px;
	color: #000000;
	font: bold 1.2em 'arial', sans-serif;
	text-align: left;
}

#contents blockquote {
	padding: 10px;
	background: #efefef;
	border: #999999;
}
#contents p {
	padding: 10px 20px;
}

#contents dt {
	padding-left: 2em;
}
#contents dd {
	padding-left: 4em;
}
#contents li {
	margin-left: 2em;
}

/************/
/* Sidebar 	*/
/************/

#firstSide {
	float: left;
}

.sidebar {
	width: 180px;
	margin: 10px 5px 10px 0px;
	padding: 0px 0px 0px 10px;
	background: #ffffff;
	font-size: 1.0em;
	text-align: left;
}

.sidebar h4 {
	margin: 10px 15px 0px 0px;
	padding: 5px 10px;
	border-bottom: 1px dashed #0600B3;
	border-left: 5px solid #0600B3;
	color: #0600B3;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}

.sidebar ul {
	list-style:none;
	width: 180px;
	border: 1px solid #D8D5D1;
}

.sidebar p {
	padding: 8px 0px 0px 30px;
}

.sidebar li {
}

.sidebar li a {
	display:block;
	line-height: normal;
	padding: 8px 0px 0px 30px;
	border-bottom: 1px dashed #999999;
	color: #3688BA;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
}

.sidebar li a:hover {
	color: #0600B3;
}

/************/
/* Footer 	*/
/************/
#footer {
	clear:both;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 20px 0px 0px;
	background: #ededed;
	font-size: 0.8em;
	text-align: center;
}
