@charset "utf-8";

/* color="#70D148" メインカラー */
/* color="#DE41A1" アクセントカラー */

/****************************************************/
/* themeページのデザイン */
/****************************************************/
/*----------------------------------*/
/* indexページ */
/*----------------------------------*/
table#theme_index_tbl{
	border-collapse:collapse;
}
table#theme_index_tbl tr td{
	width: 200px;
	text-align:center;
	border: solid 1px #AAAAAA;
}
table#theme_index_tbl tr td a{
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}
table#theme_index_tbl tr td a:hover{
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	background: #70D148;
}

h3#recently_category, h3#category_list, h3#make_theme{
	margin:10px 0;
	border-bottom: solid 1px #AAAAAA;
}

div#recently_img img{
	padding:3px;
}

div#recently_img img:hover{
	background: #70D148;
	padding:3px;
	
}

/*----------------------------------*/
/* makeページ */
/*----------------------------------*/
form#themeMake p{
	margin-bottom:10px;
}

form#themeMake{
	width: 600px;
	margin-top:10px;
}

form#themeMake table caption{
	font-weight: 900;
}

form#themeMake table{
	width: 600px;
	border-collapse: collapse;
}

form#themeMake table tbody tr th, form#themeMake table tbody tr td{
	border: solid 1px #AAAAAA;
	padding: 5px;
}

form#themeMake table tbody tr th{
	width: 120px;
	background:#70D148;
}
form#themeMake table tbody tr td input#themeTitle,
form#themeMake table tbody tr td textarea#themeDescription{
	width: 420px;
}

form#themeMake table tbody tr td input#submit{
	width: 200px;
}

form#themeMake table tbody tr td#submitArea{
	text-align:center;
}


/*----------------------------------*/
/* checkページ */
/*----------------------------------*/

form#themeMake table tbody tr td input#submit span{
	background:#DE41A1;
}


/*----------------------------------*/
/* detailページ */
/*----------------------------------*/
table#themeMake{
	width: 600px;
	margin-top:10px;
	border-collapse: collapse;
}

table#themeMake caption{
	font-weight: 900;
}

table#themeMake tbody tr th, table#themeMake tbody tr td{
	border: solid 1px #AAAAAA;
	padding: 5px;
}

table#themeMake tbody tr th{
	width: 150px;
	background:#70D148;
}

div#comment_area p {
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #AAAAAA;
}

/*----------------------------------*/
/* listページ */
/*----------------------------------*/
div.themeList {
	width: 100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #AAAAAA;
}
div.themeList a img{
	float:left;
	width: 75px;
	height: 75px;
	margin-right:5px;
}

div.themeList div.right{
	float:right;
	width: 500px;
}

div.themeList:after{
	clear:both;
	display:block;
	content:"";
	height:0;
}
