@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: category Title ===========================
*/
#categoryTitle {
	background: url(images/pageTitle_index.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;
}

#g01Title {
	padding: 10px 0 0 18px;
}
#g02Title {
	padding: 10px 0 0 18px;
}
#g03Title {
	padding: 10px 0 0 18px;
}
#g04Title {
	padding: 10px 0 0 18px;
}
/*
===== 3: each style ===========================
*/
.g03_main {
	background: url(images/g03.jpg) no-repeat 0 0;
	padding-left: 200px;
	height: 370px;
	margin-bottom: 10px;
}
.g03_secondCol {
	padding-right: 220px;
	background: url(images/g_03-02.jpg) no-repeat right top;
	height: 327px;
	margin-bottom: 10px;
}
.g2_main {
	margin-bottom: 10px;
}

.blogEntryBody h2 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: #454545 1px solid;
	padding-bottom: 2px;
}

.blogEntryBody h3 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: #454545 1px solid;
	padding-bottom: 2px;
}

.rightBox {
	float: right;
	margin: 0 0 10px 10px;
}
img.photo {
	padding: 4px;
	border: #b0b0b0 1px solid;
}
ul.index li {
	margin-bottom: 20px;
}
ul.point {
	margin-bottom: 1em;
}
ul.point li {
	background: url(images/point.jpg) no-repeat 0 3px;
	padding: 0 0 0 20px;
}