﻿/* ===============================================================
   home.css
   Copyright (C) 2009 タイ夜遊びサバーイ情報.
=============================================================== */
@import url("layout.css");
@import url("common.css");
/* ------------------------------------------------------
   home
------------------------------------------------------ */
#article h2,
#article h3 {
	height           : 30px;
	margin           : 0 0 5px 0;
	padding          : 0;
	border           : 1px solid #cde;
	background-image : url(../images/bar.gif);
	font-weight      : bold;
	font-size        : 15px;
	line-height      : 30px;
}

#article h3 {
	margin-top : 5px;
}

#article h2 span,
#article h3 span {
	margin      : 0 0 0 5px;
	padding     : 0 0 0 8px;
	border-left : 3px solid #cdcdff;
}

#article h4 {
	margin            : 5px 0;
	padding           : 0 0 0 20px;
	background-image  : url(../images/h4.gif);
	background-repeat : no-repeat;
	border-bottom     : 2px dotted #cde;
	font-weight       : bold;
	font-size         : 14px;
	line-height       : 25px;
}

#article .center-image {
	background-color : #cde;
	text-align       : center;
}

#article h5 {
	width            : 200px;
	height           : 25px;
	margin           : 5px 0 5px 25px;
	padding          : 0;
	background-image : url(../images/h5.gif);
	color            : #fff;
	text-align       : center;
	line-height      : 25px;
}

#article h5 a:link,
#article h5 a:visited {
	color           : #fff;
	text-decoration : none;
	font-weight     : bold;
	font-size       : 12px;
}

#article h5 a:active,
#article h5 a:hover {
	color           : #fff;
	text-decoration : underline;
}

#article .center-image {
	background-color : #cde;
	text-align       : center;
}

#article .h2-detail {
	margin  : 10px 15px 0 15px;
}

#article .h2-detail p {
	margin  : 0 0 10px 0;
}

#article .detail {
	float  : left;
	margin : 0 auto;
}

#article .left-article {
	float : left;
	width : 49%;
}

#article .right-article {
	float : right;
	width : 49%;
}

#article .sentence {
	padding : 0 5px;
}

#article .sentence p {
	margin  : 0;
	padding : 0;
}

#article .sentence .topic {
	margin  : 0 0 10px 0;
	padding : 0;
}

#article .sentence .topic p {
	margin  : 0;
	padding : 0;
}

#article .sentence ul {
	margin  : 0;
	padding : 3px 0 3px 15px;
}

#article .sentence ul li {
	margin  : 0;
	padding : 0 0 10px 0;
}

#article .update ul li {
	margin  : 0;
	padding : 0 0 10px 0;
}

#article .detail img {
	margin  : 0;
	padding : 0;
}

#article .exchange {
	text-align : center;
}